summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-22 16:02:44 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-22 16:02:44 -0700
commit3f30336a57dae29d0b3779463c512aa0898d7745 (patch)
treeff54bc1b8e534bde1a072c5a6c4a87d51ec4af5d /emacs.d/init.el
parent[make] update email for git config (diff)
downloademacs.d-3f30336a57dae29d0b3779463c512aa0898d7745.tar.gz
[emacs] Add a function to open a doc. page
Use ivy/read to list all the documentation page and open one with.

Closes #24.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
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)