From 8284af9c0e15baf32696a0e0e31ca712392978fd Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 25 Jun 2024 13:44:50 +0200 Subject: [PATCH] pinwheel: Remove `org-habit` from `emacs` --- hosts/pinwheel/modules/emacs/config.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index b0b4011..4476654 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -460,13 +460,7 @@ Setup prefix for keybindings. (setq org-cycle-separator-lines 1) (setq org-startup-folded 'content) (setq org-startup-indented t) - (setq org-agenda-files '("~/sync/org")) -#+END_SRC -** Org-habit -#+BEGIN_SRC emacs-lisp - (require 'org-habit) - (add-to-list 'org-modules 'org-habit) - (setq org-habit-graph-column 60)) + (setq org-agenda-files '("~/sync/org"))) #+END_SRC * Magit #+BEGIN_SRC emacs-lisp