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:
Sravan Balaji
2021-05-10 19:40:21 -04:00
parent 5505fbd6a6
commit 2816aff602
2 changed files with 35 additions and 42 deletions

View File

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