home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit eea68560a01a08bc88c6033b3058494dbbf785f5
parent 66496c506d35f1f7756ca3c36786bb62073a9b19
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Dec 2021 15:01:49 +0100

tools/emacs: remove org-plus-contrib ensure

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/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)