From 331e3ca907c5b640b97902082197d3470a4d55cf Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Thu, 1 Jan 2026 13:50:34 -0800 Subject: emacs: move recompile to my/keys-mode-map --- emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index ada5d42..0330469 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -728,8 +728,7 @@ current layout." :custom (compilation-always-kill t) (compilation-scroll-output t) - :bind - ("M-M" . 'recompile) + :bind (:map my/keys-mode-map ("M-M" . 'recompile)) :config ;; Allow compilation buffer to be dedicated across frames (push '("\\*compilation\\*" . (nil (reusable-frames . t))) display-buffer-alist) -- cgit v1.2.3