Procházet zdrojové kódy

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

master
Mitchell Tishmack před 5 roky
rodič
revize
8812163962
1 změnil soubory, kde provedl 6 přidání a 8 odebrání
  1. +6
    -8
      emacs.org

+ 6
- 8
emacs.org Zobrazit soubor

@@ -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:


Načítá se…
Zrušit
Uložit