Sfoglia il codice sorgente

use-package org-habit is fraught, convert it to straight elisp

master
Mitchell Tishmack 5 anni fa
parent
commit
8812163962
1 ha cambiato i file con 6 aggiunte e 8 eliminazioni
  1. +6
    -8
      emacs.org

+ 6
- 8
emacs.org Vedi File

@@ -994,16 +994,14 @@ Validate that this installs from scratch fine, blocking babel executions is ass.

**** TODO org-habit customization :testing:

Figure out the customization needed here.
Figure out the customization needed here. Note that org-habit isn't a feature we can use-package against.

#+BEGIN_SRC emacs-lisp
(use-package org-habit
:after org
:ensure t
:custom
(org-habit-graph-column 44)
(org-habit-preceding-days 31)
(org-habit-following-days 7))
(add-to-list 'org-modules 'org-habit)
(custom-set-variables
'(org-habit-graph-column 44)
'(org-habit-preceding-days 31)
'(org-habit-following-days 7))
#+END_SRC

**** TODO org-bullets review if alternative is worth it :validation:


Caricamento…
Annulla
Salva