chore(emacs): General config change

This commit is contained in:
js0ny 2025-04-13 23:31:29 +01:00
parent d7ddf1f060
commit 707e837753
4 changed files with 34 additions and 27 deletions

View file

@ -19,28 +19,30 @@
(use-package catppuccin-theme
:config
(setq catppuccin-flavor 'mocha) ; This looks like shit in terminal mode
;; (load-theme 'catppuccin t)
(load-theme 'catppuccin t)
)
(use-package doom-themes
:ensure t
:config
;; Global settings (defaults)
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
doom-themes-enable-italic t) ; if nil, italics is universally disabled
(load-theme 'doom-nord-aurora t)
;; (use-package doom-themes
;; :ensure t
;; :config
;; ;; Global settings (defaults)
;; :custom
;; (doom-themes-enable-bold t) ; if nil, bold is universally disabled
;; (doom-themes-enable-italic t) ; if nil, italics is universally disabled
;; (doom-themes-treemacs-theme "doom-nord-aurora") ; use "doom-colors" for less minimal icon theme
;; :config
;; ;; (load-theme 'doom-nord-aurora t)
;; Enable flashing mode-line on errors
(doom-themes-visual-bell-config)
;; ;; Enable flashing mode-line on errors
;; ;; (doom-themes-visual-bell-config)
;; Enable custom neotree theme (nerd-icons must be installed!)
;; (doom-themes-neotree-config)
;; ;; Enable custom neotree theme (nerd-icons must be installed!)
;; ;; (doom-themes-neotree-config)
;; or for treemacs users
(setq doom-themes-treemacs-theme "doom-nord-aurora") ; use "doom-colors" for less minimal icon theme
(doom-themes-treemacs-config)
;; Corrects (and improves) org-mode's native fontification.
(doom-themes-org-config))
;; ;; or for treemacs users
;; (doom-themes-treemacs-config)
;; ;; Corrects (and improves) org-mode's native fontification.
;; (doom-themes-org-config))
;; Better mode line, see (L11) for Icon install