From 9e73036fdf4f6cce93c6ed51b948e142e3d333c5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Oct 2016 13:07:30 -0700 Subject: [emacs] Don't set the location for the notes This has been removed. --- emacs.d/init.el | 5 +---- 1 file changed, 1 insertion(+), 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) -- cgit 1.4.1