Move buffer while maintaining the cursor centered
This commit is contained in:
parent
3fcd65d6d2
commit
8a44b7dd7e
|
@ -150,3 +150,7 @@
|
|||
(setq tab-width 2)
|
||||
;; Set up nix LSP support
|
||||
(add-hook 'nix-mode-local-vars-hook #'lsp!)
|
||||
;; Move buffer while maintaining cursor centered
|
||||
(use-package! centered-cursor-mode
|
||||
:config
|
||||
(global-centered-cursor-mode))
|
||||
|
|
|
@ -30,3 +30,5 @@
|
|||
(package! platformio-mode)
|
||||
;; Light theme
|
||||
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
|
||||
;; Move buffer while maintaining cursor centered
|
||||
(package! centered-cursor-mode)
|
||||
|
|
Loading…
Reference in New Issue