diff options
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)) |