summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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 4ad55a9..a598b16 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
@@ -1424,6 +1419,12 @@ specific to most general, they are these:
1424 ;; (t (apply fn url args)))) 1419 ;; (t (apply fn url args))))
1425 ) 1420 )
1426 1421
1422(setup (:straight-if emacs-everywhere
1423 (and (executable-find "xclip")
1424 (executable-find "xdotool")
1425 (executable-find "xprop")
1426 (executable-find "xwininfo"))))
1427
1427(setup (:straight (embark ; gotta git that fresh fresh 1428(setup (:straight (embark ; gotta git that fresh fresh
1428 :host github 1429 :host github
1429 :repo "oantolin/embark")) 1430 :repo "oantolin/embark"))