diff options
-rw-r--r-- | init.el | 10 |
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) |