From 58e4b197de4050098569fb7146fa3a726840f8d5 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Fri, 13 Sep 2024 20:09:29 -0300 Subject: more stuff --- modules/emacs/README.org | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'modules/emacs') diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 81c0775..432d498 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -74,14 +74,18 @@ Configuration to automagically open age files, and to encrypt them correctly to :config (age-file-enable)) #+end_src -** All the Icons +** Nerd icons #+begin_src emacs-lisp :tangle yes -(use-package all-the-icons) +(use-package nerd-icons + :custom + (nerd-icons-font-family "Iosevka Nerd Font")) -(use-package all-the-icons-completion - :after all-the-icons +(use-package nerd-icons-completion + :after nerd-icons :after marginalia - :hook (marginalia-mode . all-the-icons-completion-mode)) + :hook (marginalia-mode . nerd-icons-completion-marginal) + :config + (nerd-icons-completion-mode)) #+end_src ** Direnv To integrate with nix shells. -- cgit v1.2.3