summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 16:29:38 -0500
committerCase Duckworth2021-10-06 16:29:38 -0500
commit2ecdd95e5deeb574640f6f20707995c326fa2e35 (patch)
treea4668c9c37a746f7fef5f87c0ec8a921ee4af7e3 /init.el
parentChange pulse-line to pulse-line-current-window (diff)
downloademacs-2ecdd95e5deeb574640f6f20707995c326fa2e35.tar.gz
emacs-2ecdd95e5deeb574640f6f20707995c326fa2e35.zip
Add actually-selected-window
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index bafbc0b..ee4c959 100644 --- a/init.el +++ b/init.el
@@ -969,6 +969,11 @@ specific to most general, they are these:
969 :repo "willvaughn/emacs-0x0")) 969 :repo "willvaughn/emacs-0x0"))
970 (:option 0x0-default-server 'ttm)) 970 (:option 0x0-default-server 'ttm))
971 971
972(setup (:straight (actually-selected-window
973 :host github
974 :repo "duckwork/actually-selected-window.el"))
975 (actually-selected-window-mode +1))
976
972(setup (:straight-when affe 977(setup (:straight-when affe
973 (and (or (executable-find "fd") 978 (and (or (executable-find "fd")
974 (executable-find "find")) 979 (executable-find "find"))