Commit eea68560a01a

Vincent Demeester <vincent@sbr.pm>
2021-12-13 15:01:49
tools/emacs: remove org-plus-contrib ensure
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 66496c5
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -27,7 +27,7 @@
 (set-register ?I `(file . ,org-incubate-file))
 (set-register ?n `(file . ,org-next-file))
 (use-package org
-  :ensure org-plus-contrib ;; load from the package instead of internal
+  ;; :ensure org-plus-contrib ;; load from the package instead of internal
   :mode (("\\.org$" . org-mode)
          ("\\.org.draft$" . org-mode))
   :commands (org-agenda org-capture)