From 3ee9f368b868565b2c1816cfc0173cf5338a6800 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 26 Sep 2021 17:20:57 -0500 Subject: Whitespace --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 49d933a..f3e1cb5 100644 --- a/init.el +++ b/init.el @@ -1909,7 +1909,8 @@ browser defined in `browse-url-secondary-browser-function'." (el-patch-feature org) (with-eval-after-load 'org - (el-patch-defun org-format-outline-path (path &optional width prefix separator) + (el-patch-defun org-format-outline-path (path &optional + width prefix separator) "Format the outline path PATH for display. WIDTH is the maximum number of characters that is available. PREFIX is a prefix to be included in the returned string, @@ -1930,8 +1931,8 @@ the default is \"/\"." for n from 0 collect (el-patch-swap (org-add-props - head nil '`face - (nth (% n org-n-level-faces) org-level-faces)) + head nil 'face + (nth (% n org-n-level-faces) org-level-faces)) head)) separator)))) (when (> (length fpath) width) -- cgit 1.4.1-21-gabe81