summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 11:17:47 -0500
committerCase Duckworth2021-10-06 11:17:47 -0500
commitf9fd9e5f62ac0adbc92ebae3342d074f8c189376 (patch)
treebb760080ce42e264aabf7c1a4dd0a6a46efdcaee /init.el
parentUn-banish the mouse (diff)
parentMerge branch 'main' of github.com:duckwork/.emacs.d (diff)
downloademacs-f9fd9e5f62ac0adbc92ebae3342d074f8c189376.tar.gz
emacs-f9fd9e5f62ac0adbc92ebae3342d074f8c189376.zip
Merge branch 'main' of https://github.com/duckwork/.emacs.d
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/init.el b/init.el index a48723b..22c06f8 100644 --- a/init.el +++ b/init.el
@@ -393,11 +393,6 @@
393 "l" #'downcase-dwim 393 "l" #'downcase-dwim
394 "s" #'spongebob-case-dwim)) 394 "s" #'spongebob-case-dwim))
395 395
396 (add-hook 'after-make-frame-functions
397 (defun after-make-frame@maximize (frame)
398 (unless (bound-and-true-p edit-server-frame-p)
399 (toggle-frame-maximized frame))))
400
401 (column-number-mode +1)) 396 (column-number-mode +1))
402 397
403(setup encoding 398(setup encoding
@@ -1420,6 +1415,12 @@ specific to most general, they are these:
1420 ;; (t (apply fn url args)))) 1415 ;; (t (apply fn url args))))
1421 ) 1416 )
1422 1417
1418(setup (:straight-if emacs-everywhere
1419 (and (executable-find "xclip")
1420 (executable-find "xdotool")
1421 (executable-find "xprop")
1422 (executable-find "xwininfo"))))
1423
1423(setup (:straight (embark ; gotta git that fresh fresh 1424(setup (:straight (embark ; gotta git that fresh fresh
1424 :host github 1425 :host github
1425 :repo "oantolin/embark")) 1426 :repo "oantolin/embark"))