diff options
author | Case Duckworth | 2021-09-13 17:17:51 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-13 17:17:51 -0500 |
commit | f77cbbbf51d412f3829819207de54657d7a14c21 (patch) | |
tree | 0436c4a387515a7974afef42c2eb84b85f02db61 | |
parent | Only enable forge at home (diff) | |
download | emacs-f77cbbbf51d412f3829819207de54657d7a14c21.tar.gz emacs-f77cbbbf51d412f3829819207de54657d7a14c21.zip |
Unbind C-' from org-mode to open global map
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
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'." | |||
1504 | "C-c C-n" #'acdw/org-next-heading-widen | 1504 | "C-c C-n" #'acdw/org-next-heading-widen |
1505 | "C-c C-p" #'acdw/org-previous-heading-widen) | 1505 | "C-c C-p" #'acdw/org-previous-heading-widen) |
1506 | 1506 | ||
1507 | (:unbind "C-'") | ||
1508 | |||
1507 | (with-eval-after-load 'org-export | 1509 | (with-eval-after-load 'org-export |
1508 | (:option (append org-export-filter-final-output-functions) | 1510 | (:option (append org-export-filter-final-output-functions) |
1509 | #'org-export-remove-zero-width-spaces)) | 1511 | #'org-export-remove-zero-width-spaces)) |