emacs: Path should always be a string.
This commit is contained in:
parent
249cb634aa
commit
e3a4cfcab8
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ mkIf (elem "emacs::org" config.machine.pkgs) {
|
||||||
config = ''
|
config = ''
|
||||||
(setq org-tags-exclude-from-inheritance (quote ("crypt")))
|
(setq org-tags-exclude-from-inheritance (quote ("crypt")))
|
||||||
;; GPG key to use for encryption
|
;; 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
|
;; don't ask to disable auto-save
|
||||||
(setq org-crypt-disable-auto-save "encrypt")
|
(setq org-crypt-disable-auto-save "encrypt")
|
||||||
|
|
Loading…
Reference in a new issue