Install emacs-everywhere

This commit is contained in:
Case Duckworth 2021-10-05 20:05:39 -05:00
parent a96f8301a5
commit 4c8feba76a
1 changed files with 6 additions and 5 deletions

11
init.el
View File

@ -397,11 +397,6 @@
(studlify-region (region-beginning) (region-end))
(studlify-word count)))))
(add-hook 'after-make-frame-functions
(defun after-make-frame@maximize (frame)
(unless (bound-and-true-p edit-server-frame-p)
(toggle-frame-maximized frame))))
(column-number-mode +1))
(setup encoding
@ -1418,6 +1413,12 @@ specific to most general, they are these:
;; (t (apply fn url args))))
)
(setup (:straight-if emacs-everywhere
(and (executable-find "xclip")
(executable-find "xdotool")
(executable-find "xprop")
(executable-find "xwininfo"))))
(setup (:straight (embark ; gotta git that fresh fresh
:host github
:repo "oantolin/embark"))