summaryrefslogtreecommitdiff
path: root/modules/emacs/README.org
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-04-15 23:29:22 -0300
committerLeonardo Santiago <[email protected]>2025-04-15 23:29:22 -0300
commit367d80d8042d39d348334568226345bd52c2fd2c (patch)
tree69a08fad5431177773f8ef17747285d95fc1fde9 /modules/emacs/README.org
parent81b6b392e251c017fed934514b5fdfab8d92c41a (diff)
feat(font): friendship with iosevka ended, dejavu-sans-mono is my best friend
Diffstat (limited to 'modules/emacs/README.org')
-rw-r--r--modules/emacs/README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index ca2475f..d5f25de 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -49,7 +49,7 @@ You can also use it as a ~nixosModule~, in order to add additional packages like
(add-hook 'after-make-frame-functions
(lambda (frame)
(select-frame frame)
- (set-frame-font "Iosevka Nerd Font 12" nil t)))
+ (set-frame-font "DejaVuSansM Nerd Font 12" nil t)))
#+end_src
** Backups
@@ -99,7 +99,7 @@ Configuration to automagically open age files, and to encrypt them correctly to
(use-package nerd-icons
:ensure t
:custom
- (nerd-icons-font-family "Iosevka Nerd Font"))
+ (nerd-icons-font-family "DejaVuSansM Nerd Font"))
(use-package nerd-icons-completion
:ensure t
@@ -414,7 +414,7 @@ Actual mu4e definition
(mu4e-sent-messages-behavior 'delete)
(mu4e-index-cleanup t)
(mu4e-index-lazy-check nil)
- (mu4e-use-fancy-chars (display-graphic-p))
+ (mu4e-use-fancy-chars nil)
(mu4e-confirm-quit nil)
(mu4e-eldoc-support t)
(mu4e-change-filenames-when-moving t)