diff options
author | Case Duckworth | 2021-10-06 16:29:38 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 16:29:38 -0500 |
commit | 2ecdd95e5deeb574640f6f20707995c326fa2e35 (patch) | |
tree | a4668c9c37a746f7fef5f87c0ec8a921ee4af7e3 /init.el | |
parent | Change pulse-line to pulse-line-current-window (diff) | |
download | emacs-2ecdd95e5deeb574640f6f20707995c326fa2e35.tar.gz emacs-2ecdd95e5deeb574640f6f20707995c326fa2e35.zip |
Add actually-selected-window
Diffstat (limited to 'init.el')
-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")) |