summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-14 17:26:51 -0500
committerCase Duckworth2021-10-14 17:26:51 -0500
commit4a65bbfa16298944a5588a4f767e1b8f1eabb000 (patch)
tree2fef5e072cf4b53dacdc5073f08d69bd25c934ee /init.el
parentAdd hippie-completing-read (diff)
downloademacs-4a65bbfa16298944a5588a4f767e1b8f1eabb000.tar.gz
emacs-4a65bbfa16298944a5588a4f767e1b8f1eabb000.zip
Reindent
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files 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'."
2141 (:also-load acdw-org) 2141 (:also-load acdw-org)
2142 (require 'chd nil 'noerror) 2142 (require 'chd nil 'noerror)
2143 (:option org-adapt-indentation nil 2143 (:option org-adapt-indentation nil
2144 org-agenda-files nil ; only until I set this up 2144 ;; org-agenda-files nil ; only until I set this up
2145 org-catch-invisible-edits 'show-and-error 2145 org-catch-invisible-edits 'show-and-error
2146 org-clock-clocked-in-display 'mode-line 2146 org-clock-clocked-in-display 'mode-line
2147 org-clock-frame-title-format (cons '(t org-mode-line-string) 2147 org-clock-frame-title-format (cons
2148 (cons " --- " frame-title-format)) 2148 '(t org-mode-line-string)
2149 (cons " --- " frame-title-format))
2149 org-clock-string-limit 7 ; just the clock bit 2150 org-clock-string-limit 7 ; just the clock bit
2150 ;; org-clock-string-limit 25 ; gives enough information 2151 ;; org-clock-string-limit 25 ; gives enough information
2151 org-clock-persist t 2152 org-clock-persist t
@@ -2308,7 +2309,8 @@ the default is \"/\"."
2308 (el-patch-swap 2309 (el-patch-swap
2309 (org-add-props 2310 (org-add-props
2310 head nil 'face 2311 head nil 'face
2311 (nth (% n org-n-level-faces) org-level-faces)) 2312 (nth (% n org-n-level-faces)
2313 org-level-faces))
2312 head)) 2314 head))
2313 separator)))) 2315 separator))))
2314 (when (> (length fpath) width) 2316 (when (> (length fpath) width)