From 8dc26c057925a0a2a23035ba1d0b0eb9a4536c13 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 17 Nov 2018 06:28:37 +0100 Subject: [PATCH] Emacs: removed org-wiki --- emacs/emacs.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 693d3ec..25e1658 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1379,14 +1379,6 @@ signature-file is the path to the file which contains the signature." :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")) - ;; Nord theme ;; https://github.com/arcticicestudio/nord-emacs ;; (use-package nord-theme