Update emacs.org
This commit is contained in:
parent
3888110e5b
commit
06a67cc325
|
@ -369,27 +369,28 @@ Should make startup faster, taken from doom-emacs
|
||||||
#+end_src
|
#+end_src
|
||||||
** Custom Themes
|
** Custom Themes
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; (use-package doom-themes
|
;; (use-package doom-themes
|
||||||
;; :straight t
|
;; :straight t
|
||||||
;; :ensure t
|
;; :ensure t
|
||||||
;; :config
|
;; :config
|
||||||
;; ;; Global settings (defaults)
|
;; ;; Global settings (defaults)
|
||||||
;; (setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
;; (setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||||
;; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
;; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||||
;; ;; load the theme
|
;; ;; load the theme
|
||||||
;; (load-theme 'doom-monokai-pro t)
|
;; (load-theme 'doom-monokai-pro t)
|
||||||
|
|
||||||
;; (doom-themes-org-config)
|
;; (doom-themes-org-config)
|
||||||
|
|
||||||
;; (doom-themes-treemacs-config)
|
;; (doom-themes-treemacs-config)
|
||||||
|
|
||||||
;; ;; Enable flashing mode-line on errors
|
;; ;; Enable flashing mode-line on errors
|
||||||
;; (doom-themes-visual-bell-config))
|
;; (doom-themes-visual-bell-config))
|
||||||
|
|
||||||
|
(use-package kanagawa-theme
|
||||||
|
:straight t
|
||||||
|
:config
|
||||||
|
(load-theme 'kanagawa t))
|
||||||
|
|
||||||
(use-package nano-theme
|
|
||||||
:straight t
|
|
||||||
:config
|
|
||||||
(load-theme 'nano-dark t))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** All the Icons (to make doom-themes happy)
|
** All the Icons (to make doom-themes happy)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue