about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el2
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))