Emacs: added org-wiki (fork of Youhei Sasaki (uwabami/org-wiki))

The fork is being used because the original version requires a helm setup while
the fork uses ido.
This commit is contained in:
Marcel Kapfer 2018-08-09 23:58:59 +02:00
parent 570a3f8faa
commit 9ca366e403
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 8 additions and 0 deletions

View File

@ -1367,3 +1367,11 @@ signature-file is the path to the file which contains the signature."
(use-package spaceline-all-the-icons
:after spaceline
:config (spaceline-all-the-icons-theme))
;; org-wiki
;; A personal wiki system for Emacs
;; Using the verison ofYouhei Sasaki which uses ido instead of helm
(use-package org-wiki
:load-path "org-wiki/"
:config
(setq org-wiki-location "~/wiki"))