Adding nerd-icons to Emacs config.

This commit is contained in:
Derek Taylor
2025-04-12 22:11:50 -05:00
parent 5c00de0386
commit 90e2193073
2 changed files with 28 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
- [[#fonts][FONTS]]
- [[#setting-the-font-face][Setting the Font Face]]
- [[#zooming-inout][Zooming In/Out]]
- [[#nerd-fonts-for-modeline][Nerd Fonts For Modeline]]
- [[#general-keybindings][GENERAL KEYBINDINGS]]
- [[#git-programs][GIT PROGRAMS]]
- [[#git-time-machine][Git Time Machine]]
@@ -396,6 +397,17 @@ You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTR
(global-set-key (kbd "<C-wheel-down>") 'text-scale-decrease)
#+end_src
** Nerd Fonts For Modeline
#+begin_src emacs-lisp
(use-package nerd-icons
;; :custom
;; The Nerd Font you want to use in GUI
;; "Symbols Nerd Font Mono" is the default and is recommended
;; but you can use any other Nerd Font if you want
;; (nerd-icons-font-family "Symbols Nerd Font Mono")
)
#+end_src
* GENERAL KEYBINDINGS
#+begin_src emacs-lisp
(use-package general