pinwheel: Remove org-habit from emacs

This commit is contained in:
Alexander Heldt
2024-06-25 13:44:50 +02:00
parent dd2f7b07e8
commit 8284af9c0e

View File

@@ -460,13 +460,7 @@ Setup prefix for keybindings.
(setq org-cycle-separator-lines 1) (setq org-cycle-separator-lines 1)
(setq org-startup-folded 'content) (setq org-startup-folded 'content)
(setq org-startup-indented t) (setq org-startup-indented t)
(setq org-agenda-files '("~/sync/org")) (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))
#+END_SRC #+END_SRC
* Magit * Magit
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp