summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-10-29 13:07:30 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-10-29 13:07:30 -0700
commit9e73036fdf4f6cce93c6ed51b948e142e3d333c5 (patch)
tree1c9d57eb496963ddcc76d40eed53bb77d94a3435 /emacs.d
parent[emacs] Re-organize variables for the package module. (diff)
downloademacs.d-9e73036fdf4f6cce93c6ed51b948e142e3d333c5.tar.gz
[emacs] Don't set the location for the notes
This has been removed.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el5
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)