diff --git a/emacs.org b/emacs.org index bb4f147..77e703e 100644 --- a/emacs.org +++ b/emacs.org @@ -682,8 +682,7 @@ Org-mode keybindings and settings, pretty sparse really. `(org-level-3 ((t (,@headline ,@variable-tuple :height 1.25)))) `(org-level-2 ((t (,@headline ,@variable-tuple :height 1.5)))) `(org-level-1 ((t (,@headline ,@variable-tuple :height 1.75)))) - `(org-document-title ((t (,@headline ,@variable-tuple :height 1.5 :underline nil)))))) - ) + `(org-document-title ((t (,@headline ,@variable-tuple :height 1.5 :underline nil))))))) (font-lock-add-keywords 'org-mode '(("^ +\\([-*]\\) " (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•"))))))