Emacs: centered-cursor-mode

This commit is contained in:
Marcel Kapfer 2018-03-09 12:17:23 +01:00
parent 352d1c8436
commit 729978bf84
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -1214,3 +1214,7 @@
(use-package centered-window
:config (centered-window-mode t))
;; centered-cursor-mode
;; An emacs minor mode for smooth scrolling
;; https://github.com/andre-r/centered-cursor-mode.el
(use-package centered-cursor-mode)