fix themes

This commit is contained in:
2026-06-24 13:33:43 -04:00
parent 60c6b6c45e
commit 537b55ae49
2 changed files with 3 additions and 4 deletions

View File

@@ -12,8 +12,7 @@
;; light mode
;; (load-theme 'modus-operandi)
(load-theme 'misterioso)
(set-cursor-color "#ffffff")
(load-theme 'deeper-blue)
(when (string= system-type "darwin")
(setq dired-use-ls-dired nil)
@@ -57,7 +56,7 @@
(tab-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(global-hl-line-mode -1)
(global-hl-line-mode 1)
(global-eldoc-mode 1)
(global-display-line-numbers-mode 1)