about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-14 16:56:23 -0500
committerCase Duckworth2021-09-14 16:56:23 -0500
commit01a8bdd9237d33c2c7a0072acabcdf6a239b738f (patch)
tree1b5f641e40c5dedda8ad21792ee96b1bf33ed055 /init.el
parentCorrect circe-command-{G,}QUIT behavior (diff)
downloademacs-01a8bdd9237d33c2c7a0072acabcdf6a239b738f.tar.gz
emacs-01a8bdd9237d33c2c7a0072acabcdf6a239b738f.zip
Enable edit-server even when not (daemonp)
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/init.el b/init.el index 855fb28..47ca218 100644 --- a/init.el +++ b/init.el
@@ -483,8 +483,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
483 (:hook visual-line-mode)) 483 (:hook visual-line-mode))
484 484
485(setup (:straight-if (define-repeat-map 485(setup (:straight-if (define-repeat-map
486 :host nil 486 :host nil
487 :repo "https://tildegit.org/acdw/define-repeat-map.el") 487 :repo "https://tildegit.org/acdw/define-repeat-map.el")
488 (acdw/system :home)) 488 (acdw/system :home))
489 489
490 (defun acdw/other-window-or-switch-buffer-backward () 490 (defun acdw/other-window-or-switch-buffer-backward ()
@@ -621,8 +621,7 @@ AKA, DO NOT USE THIS FUNCTION!!!"
621 621
622;; requires extension: 622;; requires extension:
623;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/ 623;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/
624(setup (:straight-if edit-server 624(setup (:straight edit-server)
625 (daemonp))
626 (:require edit-server) 625 (:require edit-server)
627 (edit-server-start) 626 (edit-server-start)
628 627