From 3f30336a57dae29d0b3779463c512aa0898d7745 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 22 Aug 2016 16:02:44 -0700 Subject: [emacs] Add a function to open a doc. page Use ivy/read to list all the documentation page and open one with. Closes #24. --- emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs.d/init.el') diff --git a/emacs.d/init.el b/emacs.d/init.el index a154a7e..7661aa0 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -24,6 +24,10 @@ (use-package my-settings) +(use-package my-functions + :config + (setq fc/wiki-dir-location "~/src/notes/docs/")) + ;; other packages (use-package ag) -- cgit 1.4.1