소스 검색

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

master
Mitchell Tishmack 5 년 전
부모
커밋
8812163962
1개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. +6
    -8
      emacs.org

+ 6
- 8
emacs.org 파일 보기

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


불러오는 중...
취소
저장