Fix appearance setup: enable font and add nerd-icons
- Remove :tangle no from font setting so JetBrainsMono gets applied - Add nerd-icons package (required by doom-modeline v4+) - Add :after nerd-icons to doom-modeline for proper load order Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4181,9 +4181,15 @@ Ensure all themes that I use are installed:
|
||||
(use-package all-the-icons
|
||||
:demand t)
|
||||
#+END_SRC
|
||||
** nerd-icons
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package nerd-icons
|
||||
:demand t)
|
||||
#+END_SRC
|
||||
** doom-modeline
|
||||
#+begin_src emacs-lisp
|
||||
(use-package doom-modeline
|
||||
:after nerd-icons
|
||||
:commands doom-modeline-mode
|
||||
:custom
|
||||
(doom-modeline-height 40))
|
||||
@@ -4280,7 +4286,7 @@ load-theme hook (See the heading below).
|
||||
(advice-add 'load-theme :after #'imalison:after-load-theme)
|
||||
#+END_SRC
|
||||
** Set Font
|
||||
#+BEGIN_SRC emacs-lisp :tangle no
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'default-frame-alist
|
||||
'(font . "JetBrainsMono Nerd Font-10:weight=medium"))
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user