Enable edit-server even when not (daemonp)

This commit is contained in:
Case Duckworth 2021-09-14 16:56:23 -05:00
parent ca8221b366
commit 01a8bdd923
1 changed files with 3 additions and 4 deletions

View File

@ -483,8 +483,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
(:hook visual-line-mode))
(setup (:straight-if (define-repeat-map
:host nil
:repo "https://tildegit.org/acdw/define-repeat-map.el")
:host nil
:repo "https://tildegit.org/acdw/define-repeat-map.el")
(acdw/system :home))
(defun acdw/other-window-or-switch-buffer-backward ()
@ -621,8 +621,7 @@ AKA, DO NOT USE THIS FUNCTION!!!"
;; requires extension:
;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/
(setup (:straight-if edit-server
(daemonp))
(setup (:straight edit-server)
(:require edit-server)
(edit-server-start)