From b87933b79918f347bbd396a75fe9159cebc38395 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 20 Jun 2022 19:46:53 +0300 Subject: [PATCH] Give Iosevka font a try --- .emacs.d/esy.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index 9eb6f9a..0aa9f97 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -244,6 +244,7 @@ For a list of available frame parameters, see [[info:elisp#Frame Parameters][eli #+begin_src emacs-lisp (add-to-list 'initial-frame-alist '(fullscreen . fullboth)) + (add-to-list 'initial-frame-alist '(font . "Iosevka-13")) #+end_src ** Must have display settings @@ -953,6 +954,9 @@ does in the shell. #+begin_src emacs-lisp (with-eval-after-load 'bbdb (setq bbdb-phone-style nil)) + + (with-eval-after-load 'gnus + (bbdb-initialize '(gnus mail message))) #+end_src ** Slack -- 2.39.5