diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/km-org.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init/km-org.el b/init/km-org.el index bd9f7d2..b413923 100644 --- a/init/km-org.el +++ b/init/km-org.el @@ -67,15 +67,6 @@ ;; have font colors in code blocks (setq org-src-fontify-natively t) -;; from http://doc.norang.ca/org-mode.html -;; this should prevent blank lines from being inserted -;; before headers -(setq org-blank-before-new-entry (quote ((heading) - (plain-list-item . auto)))) -(setq org-cycle-separator-lines 1) - - - ;;;; Refile settings ;; from http://doc.norang.ca/org-mode.html |