diff --git a/emacs/.config/emacs/Emacs.org b/emacs/.config/emacs/Emacs.org index 3985762..b49957d 100644 --- a/emacs/.config/emacs/Emacs.org +++ b/emacs/.config/emacs/Emacs.org @@ -92,7 +92,7 @@ :default-height 190 :bold-weight extrabold) (t - :default-family "Adwaita Mono" + :default-family "Iosevka Nerd Font" :default-weight normal :variable-pitch-family "Libertinus Serif"))) (fontaine-set-preset 'regular)) @@ -109,18 +109,18 @@ ** Theme *** Modus Themes #+begin_src emacs-lisp - (use-package emacs - :ensure nil - :config - (require-theme 'modus-themes) - (setq modus-themes-italic-constructs t - modus-themes-bold-constructs t - modus-themes-links '(no-underline background faint) - modus-themes-prompts '(bold intense) - modus-themes-mode-line '(borderless accented moody) - modus-themes-org-blocks 'gray-background - modus-themes-region '(bg-only no-extend)) - (load-theme 'modus-operandi :no-confirm)) + ;; (use-package emacs + ;; :ensure nil + ;; :config + ;; (require-theme 'modus-themes) + ;; (setq modus-themes-italic-constructs t + ;; modus-themes-bold-constructs t + ;; modus-themes-links '(no-underline background faint) + ;; modus-themes-prompts '(bold intense) + ;; modus-themes-mode-line '(borderless accented moody) + ;; modus-themes-org-blocks 'gray-background + ;; modus-themes-region '(bg-only no-extend)) + ;; (load-theme 'modus-operandi :no-confirm)) #+end_src *** Autodark #+begin_src emacs-lisp @@ -132,10 +132,10 @@ #+end_src *** Catpuccin #+begin_src emacs-lisp - ;; (use-package catppuccin-theme - ;; :init (setq catppuccin-flavor 'mocha) - ;; :config - ;; (load-theme 'catppuccin :no-confirm)) + (use-package catppuccin-theme + :init (setq catppuccin-flavor 'mocha) + :config + (load-theme 'catppuccin :no-confirm)) #+end_src ** Ultra Scroll #+begin_src emacs-lisp