diff options
-rw-r--r-- | init.el | 5 |
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")) |