diff options
author | Case Duckworth | 2021-10-05 20:05:39 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-05 20:05:39 -0500 |
commit | 4c8feba76a2d98e1df13f69e837c254f011cd15e (patch) | |
tree | 7c28f6b54e3273d30fde78c21ea0996fe59b2bf4 /init.el | |
parent | Change initial frame setup (diff) | |
download | emacs-4c8feba76a2d98e1df13f69e837c254f011cd15e.tar.gz emacs-4c8feba76a2d98e1df13f69e837c254f011cd15e.zip |
Install emacs-everywhere
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 11 |
1 files 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 @@ | |||
397 | (studlify-region (region-beginning) (region-end)) | 397 | (studlify-region (region-beginning) (region-end)) |
398 | (studlify-word count))))) | 398 | (studlify-word count))))) |
399 | 399 | ||
400 | (add-hook 'after-make-frame-functions | ||
401 | (defun after-make-frame@maximize (frame) | ||
402 | (unless (bound-and-true-p edit-server-frame-p) | ||
403 | (toggle-frame-maximized frame)))) | ||
404 | |||
405 | (column-number-mode +1)) | 400 | (column-number-mode +1)) |
406 | 401 | ||
407 | (setup encoding | 402 | (setup encoding |
@@ -1418,6 +1413,12 @@ specific to most general, they are these: | |||
1418 | ;; (t (apply fn url args)))) | 1413 | ;; (t (apply fn url args)))) |
1419 | ) | 1414 | ) |
1420 | 1415 | ||
1416 | (setup (:straight-if emacs-everywhere | ||
1417 | (and (executable-find "xclip") | ||
1418 | (executable-find "xdotool") | ||
1419 | (executable-find "xprop") | ||
1420 | (executable-find "xwininfo")))) | ||
1421 | |||
1421 | (setup (:straight (embark ; gotta git that fresh fresh | 1422 | (setup (:straight (embark ; gotta git that fresh fresh |
1422 | :host github | 1423 | :host github |
1423 | :repo "oantolin/embark")) | 1424 | :repo "oantolin/embark")) |