pinwheel: Remove org-habit from emacs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user