diff options
author | Case Duckworth | 2021-12-28 19:40:03 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-28 19:40:03 -0600 |
commit | b43609693f5ac4cf98a13e59eb80a7cac4659202 (patch) | |
tree | dac60c310c7d7fd65cc883e02cbb28f1147573e5 /init.el | |
parent | Setup hideshow.el (diff) | |
download | emacs-b43609693f5ac4cf98a13e59eb80a7cac4659202.tar.gz emacs-b43609693f5ac4cf98a13e59eb80a7cac4659202.zip |
Add +kmacro.el
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 961e90a..196792b 100644 --- a/init.el +++ b/init.el | |||
@@ -288,6 +288,12 @@ | |||
288 | (ibuffer-auto-mode +1) | 288 | (ibuffer-auto-mode +1) |
289 | (ibuffer-switch-to-saved-filter-groups "default")))) | 289 | (ibuffer-switch-to-saved-filter-groups "default")))) |
290 | 290 | ||
291 | (setup kmacro | ||
292 | (:also-load +kmacro) | ||
293 | (with-eval-after-load '+kmacro | ||
294 | (+kmacro-recording-indicator-mode +1) | ||
295 | (+kmacro-block-undo-mode +1))) | ||
296 | |||
291 | (setup magit | 297 | (setup magit |
292 | ;; This setup is weird because of dependency issues | 298 | ;; This setup is weird because of dependency issues |
293 | (:straight (transient :host github :repo "magit/transient" :branch "master") | 299 | (:straight (transient :host github :repo "magit/transient" :branch "master") |