summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-14 19:18:32 -0500
committerCase Duckworth2021-03-14 19:18:32 -0500
commit8d4d84839e23ac513025000f8882203450063c69 (patch)
tree91f71247b3e1112e1e3f05f3f6ddaf4455262eea /init.el
parentAdd keybinding for `unpackaged/org-return-dwim' (diff)
downloademacs-8d4d84839e23ac513025000f8882203450063c69.tar.gz
emacs-8d4d84839e23ac513025000f8882203450063c69.zip
Change `:map-after' behavior
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 8836991..466c280 100644 --- a/init.el +++ b/init.el
@@ -432,7 +432,9 @@ indicator in the mode-line."
432 (org-export-with-smart-quotes t) 432 (org-export-with-smart-quotes t)
433 (org-export-with-sub-superscripts t)) 433 (org-export-with-sub-superscripts t))
434 :hooks ((before-save-hook acdw/hook--org-mode-fix-blank-lines)) 434 :hooks ((before-save-hook acdw/hook--org-mode-fix-blank-lines))
435 :binds (("RET" unpackaged/org-return-dwim :map org-mode-map))) 435 :binds (("RET" unpackaged/org-return-dwim
436 :map org-mode-map :map-after 'org)))
437
436 438
437;;; Programming languages 439;;; Programming languages
438 440