diff options
author | Kyle Meyer <meyerkya@gmail.com> | 2013-08-10 15:03:58 -0400 |
---|---|---|
committer | Kyle Meyer <meyerkya@gmail.com> | 2013-08-10 15:03:58 -0400 |
commit | 81f426c645d59b5d8160982b41b87aa6a9b027b3 (patch) | |
tree | 703cd0e4f812917e9143b83b83813b3931fc6d0f /init | |
parent | d4166a764d0aa92a0bb25db9f2a089d201f63f59 (diff) | |
download | emacs.d-81f426c645d59b5d8160982b41b87aa6a9b027b3.tar.gz |
Revert to default org heading spacing
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 |