diff options
Diffstat (limited to 'emacs/init.el')
| -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) |
