From 4c8feba76a2d98e1df13f69e837c254f011cd15e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 5 Oct 2021 20:05:39 -0500 Subject: Install emacs-everywhere --- init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 52eab26..99270af 100644 --- a/init.el +++ b/init.el @@ -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")) -- cgit 1.4.1-21-gabe81