diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-01 13:50:34 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-01 13:50:34 -0800 |
| commit | 331e3ca907c5b640b97902082197d3470a4d55cf (patch) | |
| tree | d1a6993276bf794ce94db2b6b6981e76c5cf44d4 /emacs | |
| parent | e5b10cf92317d0a9585a415b611456109917c6f2 (diff) | |
emacs: move recompile to my/keys-mode-map
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
