mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Everyone has secrets
This commit is contained in:
parent
3a529de536
commit
80e4c8a44c
1 changed files with 7 additions and 0 deletions
|
|
@ -65,5 +65,12 @@
|
|||
default-directory
|
||||
(deadgrep--project-root))))))
|
||||
|
||||
(defmacro load-file? (fname)
|
||||
`(when (file-exists-p ,fname)
|
||||
(load-file ,fname)))
|
||||
|
||||
(load-file? "~/.emacs.d/lisp/work-config/secrets/tools-manipulation.el")
|
||||
(load-file? "~/.emacs.d/lisp/work-config/secrets/update_environment.el")
|
||||
|
||||
(provide 'work-config)
|
||||
;;; work-config.el ends here
|
||||
|
|
|
|||
Loading…
Reference in a new issue