diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:07:30 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:07:30 -0700 |
commit | 9e73036fdf4f6cce93c6ed51b948e142e3d333c5 (patch) | |
tree | 1c9d57eb496963ddcc76d40eed53bb77d94a3435 | |
parent | [emacs] Re-organize variables for the package module. (diff) | |
download | emacs.d-9e73036fdf4f6cce93c6ed51b948e142e3d333c5.tar.gz |
[emacs] Don't set the location for the notes
This has been removed.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 5c96098..3841e2e 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -20,10 +20,7 @@ (add-to-list 'load-path (expand-file-name "lib" user-emacs-directory))) (use-package my-settings) - -(use-package my-functions - :config - (setq fc/wiki-dir-location "~/src/notes/docs/")) +(use-package my-functions) ;; other packages (use-package ag) |