Emacs: Org: Don't insert newline between headers.

This commit is contained in:
tastytea 2020-10-07 18:50:11 +02:00
parent 1bb4ccc359
commit 57df6fb572
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-10-05T18:40:27+0200>
;; Time-stamp: <2020-10-07T18:48:40+0200>
;;; Commentary:
@ -112,7 +112,9 @@
:custom ((org-default-notes-file "~/notes.org")
(org-startup-folded nil)
(org-latex-compiler "xelatex")
(org-agenda-files '("~/notes.org" "~/Dokumente/Videoserien.org")))
(org-agenda-files '("~/notes.org" "~/Dokumente/Videoserien.org"))
(org-blank-before-new-entry
'((heading . nil) (plain-list-item . auto))))
:config (progn (set-face-attribute 'org-level-1 nil :height 1.4)
(set-face-attribute 'org-level-2 nil :height 1.2)
(org-babel-do-load-languages 'org-babel-load-languages