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:
parent
570a3f8faa
commit
9ca366e403
1 changed files with 8 additions and 0 deletions
|
@ -1367,3 +1367,11 @@ signature-file is the path to the file which contains the signature."
|
||||||
(use-package spaceline-all-the-icons
|
(use-package spaceline-all-the-icons
|
||||||
:after spaceline
|
:after spaceline
|
||||||
:config (spaceline-all-the-icons-theme))
|
: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"))
|
||||||
|
|
Loading…
Reference in a new issue