Browse Source

Add my-insert-page-break keybind

master
10sr 3 years ago
parent
commit
7f62f4b6cb
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

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


Loading…
Cancel
Save