summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-12-09 18:16:19 -0800
committerFranck Cuny <franck@fcuny.net>2020-12-09 18:16:19 -0800
commit2ac90258f7e307487d6434cdd0d4cadb352c2f34 (patch)
tree047e2e1502767097b3748d043f500e60f28c2250
parentemacs: use modus-themes (light version) (diff)
downloademacs.d-2ac90258f7e307487d6434cdd0d4cadb352c2f34.tar.gz
emacs: fix issue with org-mode
-rw-r--r--emacs.d/custom/fcuny-org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index d331a52..92e0e65 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -18,7 +18,6 @@
   (defvar load-language-list '((emacs-lisp . t)
                                (python . t)
                                (shell . t)))
-  (use-package org-id :ensure t)
   (use-package ob-go
     :ensure t
     :init (cl-pushnew '(go . t) load-language-list))