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))