update
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
;; --------------------------------------------------
|
||||
;; Theme / UI
|
||||
;; --------------------------------------------------
|
||||
(setq doom-theme 'doom-moonlight
|
||||
(setq doom-theme 'tango-dark
|
||||
display-line-numbers-type t
|
||||
doom-font (font-spec :family "JetBrains Mono" :size 14)
|
||||
doom-variable-pitch-font nil)
|
||||
@@ -334,3 +334,7 @@ Funguje v libovolném textu, včetně Markdown linků (např. [x](./...))."
|
||||
(run-with-idle-timer 5 t #'my/save-all-buffers)
|
||||
|
||||
|
||||
;; centered cursor mode
|
||||
(use-package! centered-cursor-mode
|
||||
:config
|
||||
(centered-cursor-mode +1))
|
||||
|
||||
Reference in New Issue
Block a user