From f77cbbbf51d412f3829819207de54657d7a14c21 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 13 Sep 2021 17:17:51 -0500 Subject: Unbind C-' from org-mode to open global map --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index cb24a7a..754d012 100644 --- a/init.el +++ b/init.el @@ -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)) -- cgit 1.4.1-21-gabe81