1
0
Fork 0

emacs: Path should always be a string.

This commit is contained in:
Kevin Baensch 2019-12-26 10:57:52 +01:00
parent 249cb634aa
commit e3a4cfcab8
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ mkIf (elem "emacs::org" config.machine.pkgs) {
config = ''
(setq org-tags-exclude-from-inheritance (quote ("crypt")))
;; GPG key to use for encryption
(load-file ~/.emacs.d/org-crypt-key.el)
(load-file "~/.emacs.d/org-crypt-key.el")
;; don't ask to disable auto-save
(setq org-crypt-disable-auto-save "encrypt")