From b43609693f5ac4cf98a13e59eb80a7cac4659202 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 28 Dec 2021 19:40:03 -0600 Subject: Add +kmacro.el --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 961e90a..196792b 100644 --- a/init.el +++ b/init.el @@ -288,6 +288,12 @@ (ibuffer-auto-mode +1) (ibuffer-switch-to-saved-filter-groups "default")))) +(setup kmacro + (:also-load +kmacro) + (with-eval-after-load '+kmacro + (+kmacro-recording-indicator-mode +1) + (+kmacro-block-undo-mode +1))) + (setup magit ;; This setup is weird because of dependency issues (:straight (transient :host github :repo "magit/transient" :branch "master") -- cgit 1.4.1-21-gabe81