|
@@ -494,8 +494,10 @@ Otherwize hook it." |
|
|
"Insert ^L." |
|
|
"Insert ^L." |
|
|
(interactive) |
|
|
(interactive) |
|
|
(insert "\^L\n")) |
|
|
(insert "\^L\n")) |
|
|
|
|
|
(define-key esc-map (kbd "C-m") 'my-insert-page-break) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(when (fboundp 'global-git-gutter-mode) |
|
|
(when (fboundp 'global-git-gutter-mode) |
|
|
(add-hook 'after-first-visit-hook |
|
|
(add-hook 'after-first-visit-hook |
|
|
'global-git-gutter-mode)) |
|
|
'global-git-gutter-mode)) |
|
|