fhasjknjadsf

This commit is contained in:
2026-01-26 12:40:14 +00:00
parent 00134018e7
commit 981b0596fd
8 changed files with 36 additions and 105 deletions

View File

@@ -32,8 +32,10 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
(add-to-list 'custom-theme-load-path
(expand-file-name "~/.config/emacs/themes"))
(setq doom-theme 'dank-emacs)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)