Selaa lähdekoodia

Add my-insert-page-break keybind

master
10sr 3 vuotta sitten
vanhempi
commit
7f62f4b6cb
Allekirjoittanut: 10sr GPG Key ID: 7BEC428194130EB2
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna