From 2ac90258f7e307487d6434cdd0d4cadb352c2f34 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Dec 2020 18:16:19 -0800 Subject: emacs: fix issue with org-mode --- emacs.d/custom/fcuny-org.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs.d') 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)) -- cgit 1.4.1