summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-06 23:48:50 -0500
committerCase Duckworth2021-09-06 23:48:50 -0500
commitb5f375b3a5c8af71f0ac08770d2ac1e1b4a3653b (patch)
treeb6ad7cdb9ffa488fc74f874bb608acfae80e4e84 /init.el
parentRepeat-key ... stuff (diff)
downloademacs-b5f375b3a5c8af71f0ac08770d2ac1e1b4a3653b.tar.gz
emacs-b5f375b3a5c8af71f0ac08770d2ac1e1b4a3653b.zip
Add edit-indirect
Needed for markdown-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 334526e..ac9bf58 100644 --- a/init.el +++ b/init.el
@@ -571,6 +571,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
571 (:option ediff-window-setup-function #'ediff-setup-windows-plain 571 (:option ediff-window-setup-function #'ediff-setup-windows-plain
572 ediff-split-window-function #'split-window-horizontally)) 572 ediff-split-window-function #'split-window-horizontally))
573 573
574(setup (:straight edit-indirect))
575
574;; requires extension: 576;; requires extension:
575;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/ 577;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/
576(setup (:straight edit-server) 578(setup (:straight edit-server)