Unbind C-' from org-mode to open global map

This commit is contained in:
Case Duckworth 2021-09-13 17:17:51 -05:00
parent c8d5ec55a8
commit f77cbbbf51
1 changed files with 2 additions and 0 deletions

View File

@ -1504,6 +1504,8 @@ browser defined in `browse-url-secondary-browser-function'."
"C-c C-n" #'acdw/org-next-heading-widen
"C-c C-p" #'acdw/org-previous-heading-widen)
(:unbind "C-'")
(with-eval-after-load 'org-export
(:option (append org-export-filter-final-output-functions)
#'org-export-remove-zero-width-spaces))