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.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el index a0039ac..5f367bb 100644 --- a/init.el +++ b/init.el
@@ -1893,7 +1893,8 @@ browser defined in `browse-url-secondary-browser-function'."
1893 "C-c C-l" #'org-insert-link-dwim 1893 "C-c C-l" #'org-insert-link-dwim
1894 "C-c w" #'chd/do-the-thing 1894 "C-c w" #'chd/do-the-thing
1895 "C-c C-n" #'acdw/org-next-heading-widen 1895 "C-c C-n" #'acdw/org-next-heading-widen
1896 "C-c C-p" #'acdw/org-previous-heading-widen) 1896 "C-c C-p" #'acdw/org-previous-heading-widen
1897 "C-x n t" #'org-narrow-to-task)
1897 1898
1898 (:unbind "C-'") 1899 (:unbind "C-'")
1899 1900
@@ -1990,8 +1991,8 @@ the default is \"/\"."
1990 collect 1991 collect
1991 (el-patch-swap 1992 (el-patch-swap
1992 (org-add-props 1993 (org-add-props
1993 head nil 'face 1994 head nil 'face
1994 (nth (% n org-n-level-faces) org-level-faces)) 1995 (nth (% n org-n-level-faces) org-level-faces))
1995 head)) 1996 head))
1996 separator)))) 1997 separator))))
1997 (when (> (length fpath) width) 1998 (when (> (length fpath) width)