diff options
author | Case Duckworth | 2021-09-06 23:48:50 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-06 23:48:50 -0500 |
commit | b5f375b3a5c8af71f0ac08770d2ac1e1b4a3653b (patch) | |
tree | b6ad7cdb9ffa488fc74f874bb608acfae80e4e84 | |
parent | Repeat-key ... stuff (diff) | |
download | emacs-b5f375b3a5c8af71f0ac08770d2ac1e1b4a3653b.tar.gz emacs-b5f375b3a5c8af71f0ac08770d2ac1e1b4a3653b.zip |
Add edit-indirect
Needed for markdown-mode
-rw-r--r-- | init.el | 2 |
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) |