From 8367b7c20204f78410d81ea94924d32fae6b6645 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 19 Mar 2017 12:26:53 -0500 Subject: [PATCH] Just throw parens around like a madman --- emacs.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) "•"))))))