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