From 7f62f4b6cbef5722d2020297eece2f1cb22f8e0b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 24 Sep 2020 23:30:11 +0900 Subject: [PATCH] Add my-insert-page-break keybind --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index 1c26a4d..a039eb2 100644 --- a/emacs.el +++ b/emacs.el @@ -494,8 +494,10 @@ Otherwize hook it." "Insert ^L." (interactive) (insert "\^L\n")) +(define-key esc-map (kbd "C-m") 'my-insert-page-break) + (when (fboundp 'global-git-gutter-mode) (add-hook 'after-first-visit-hook 'global-git-gutter-mode))