Everyone has secrets

This commit is contained in:
Benson Chu 2021-04-07 20:07:48 -05:00 committed by Benson Chu
parent 3a529de536
commit 80e4c8a44c

View file

@ -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