summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el index d19d715..6d1eb92 100644 --- a/init.el +++ b/init.el
@@ -1243,8 +1243,8 @@ specific to most general, they are these:
1243 (crux-reopen-as-root-mode +1)) 1243 (crux-reopen-as-root-mode +1))
1244 1244
1245(setup (:straight-if (define-repeat-map 1245(setup (:straight-if (define-repeat-map
1246 :host nil 1246 :host nil
1247 :repo "https://tildegit.org/acdw/define-repeat-map.el") 1247 :repo "https://tildegit.org/acdw/define-repeat-map.el")
1248 (acdw/system :home)) 1248 (acdw/system :home))
1249 1249
1250 (defun acdw/other-window-or-switch-buffer-backward () 1250 (defun acdw/other-window-or-switch-buffer-backward ()
@@ -1883,8 +1883,8 @@ the default is \"/\"."
1883 for n from 0 1883 for n from 0
1884 collect (el-patch-swap 1884 collect (el-patch-swap
1885 (org-add-props 1885 (org-add-props
1886 head nil '`face 1886 head nil '`face
1887 (nth (% n org-n-level-faces) org-level-faces)) 1887 (nth (% n org-n-level-faces) org-level-faces))
1888 head)) 1888 head))
1889 separator)))) 1889 separator))))
1890 (when (> (length fpath) width) 1890 (when (> (length fpath) width)