From 4a65bbfa16298944a5588a4f767e1b8f1eabb000 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 14 Oct 2021 17:26:51 -0500 Subject: Reindent --- init.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index a91c330..bebdd69 100644 --- a/init.el +++ b/init.el @@ -2141,11 +2141,12 @@ browser defined in `browse-url-secondary-browser-function'." (:also-load acdw-org) (require 'chd nil 'noerror) (:option org-adapt-indentation nil - org-agenda-files nil ; only until I set this up + ;; org-agenda-files nil ; only until I set this up org-catch-invisible-edits 'show-and-error org-clock-clocked-in-display 'mode-line - org-clock-frame-title-format (cons '(t org-mode-line-string) - (cons " --- " frame-title-format)) + org-clock-frame-title-format (cons + '(t org-mode-line-string) + (cons " --- " frame-title-format)) org-clock-string-limit 7 ; just the clock bit ;; org-clock-string-limit 25 ; gives enough information org-clock-persist t @@ -2308,7 +2309,8 @@ the default is \"/\"." (el-patch-swap (org-add-props head nil 'face - (nth (% n org-n-level-faces) org-level-faces)) + (nth (% n org-n-level-faces) + org-level-faces)) head)) separator)))) (when (> (length fpath) width) -- cgit 1.4.1-21-gabe81