mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Hoping this helps performance
This commit is contained in:
parent
58eff218ce
commit
c159757e33
1 changed files with 1 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
|||
(pixel-scroll-precision-mode 1)
|
||||
|
||||
;; Line numbers
|
||||
(setq display-line-numbers-type 'visual
|
||||
(setq display-line-numbers-type t
|
||||
line-move-visual t)
|
||||
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
|
||||
|
||||
|
@ -301,7 +301,6 @@
|
|||
|
||||
(use-package magit-todos
|
||||
:ensure t
|
||||
:custom
|
||||
:config
|
||||
(setq magit-todos-keywords-list '("TODO" "FIXME" "HACK" "REVIEW" "DEPRECATED" "BUG"))
|
||||
(setq magit-todos-keyword-suffix "\\(?:[([][^])]+[])]\\)?.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue