Emacs: centered-cursor-mode
This commit is contained in:
parent
352d1c8436
commit
729978bf84
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue