update
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
;; --------------------------------------------------
|
;; --------------------------------------------------
|
||||||
;; Theme / UI
|
;; Theme / UI
|
||||||
;; --------------------------------------------------
|
;; --------------------------------------------------
|
||||||
(setq doom-theme 'doom-moonlight
|
(setq doom-theme 'tango-dark
|
||||||
display-line-numbers-type t
|
display-line-numbers-type t
|
||||||
doom-font (font-spec :family "JetBrains Mono" :size 14)
|
doom-font (font-spec :family "JetBrains Mono" :size 14)
|
||||||
doom-variable-pitch-font nil)
|
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)
|
(run-with-idle-timer 5 t #'my/save-all-buffers)
|
||||||
|
|
||||||
|
|
||||||
|
;; centered cursor mode
|
||||||
|
(use-package! centered-cursor-mode
|
||||||
|
:config
|
||||||
|
(centered-cursor-mode +1))
|
||||||
|
|||||||
@@ -60,3 +60,7 @@
|
|||||||
|
|
||||||
;; GPTEl
|
;; GPTEl
|
||||||
(package! gptel :recipe (:nonrecursive t))
|
(package! gptel :recipe (:nonrecursive t))
|
||||||
|
|
||||||
|
;; Centered cursor
|
||||||
|
(package! centered-cursor-mode)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user