This commit is contained in:
Martin Sukany
2026-02-08 12:10:38 +01:00
parent 4127a2a9a6
commit 6c77507b19
2 changed files with 9 additions and 1 deletions

View File

@@ -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))