Org README Cleanup
- Replace top level property comment with individual tangle comments - No tangle the org mode centering - Make all org comments lower-case
This commit is contained in:
8
init.el
8
init.el
@@ -365,14 +365,6 @@
|
||||
:custom
|
||||
(org-bullets-bullet-list '("◉" "○" "●" "○" "●" "○" "●")))
|
||||
|
||||
(defun sb/org-mode-visual-fill ()
|
||||
(setq visual-fill-column-width 100
|
||||
visual-fill-column-center-text t)
|
||||
(visual-fill-column-mode 1))
|
||||
|
||||
(use-package visual-fill-column
|
||||
:hook (org-mode . sb/org-mode-visual-fill))
|
||||
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((emacs-lisp . t)
|
||||
|
Reference in New Issue
Block a user