From e627aec4ded8a98b724a6d0aef4a1e54124eeb20 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Aug 2021 23:30:43 -0500 Subject: Add bindings to widen org-buffer on next/previous heading --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 079e586..587ffdf 100644 --- a/init.el +++ b/init.el @@ -1570,8 +1570,8 @@ successive invocations." ((string-suffix-p "~" pattern) `(orderless-flex . ,(substring pattern 0 -1)))))) -(setup (:straight org) - (:straight org-contrib) +(setup (:straight org + org-contrib) (require 'acdw-org) ; so I don't clutter up init.el (:option org-adapt-indentation nil @@ -1612,7 +1612,9 @@ successive invocations." "" acdw-org/org-table-copy-down "M-SPC M-SPC" insert-zero-width-space "C-c C-l" org-insert-link-dwim - "M-w" acdw/copy-region-plain) + "M-w" acdw/copy-region-plain + "C-c C-n" acdw/org-next-heading-widen + "C-c C-p" acdw/org-previous-heading-widen) (with-eval-after-load 'org-export (add-to-list 'org-export-filter-final-output-functions -- cgit 1.4.1-21-gabe81