diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-09 18:16:19 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-09 18:16:19 -0800 |
commit | 2ac90258f7e307487d6434cdd0d4cadb352c2f34 (patch) | |
tree | 047e2e1502767097b3748d043f500e60f28c2250 | |
parent | emacs: use modus-themes (light version) (diff) | |
download | emacs.d-2ac90258f7e307487d6434cdd0d4cadb352c2f34.tar.gz |
emacs: fix issue with org-mode
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 1 |
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)) |