From: Eshel Yaron <me@eshelyaron.com>
Date: Mon, 20 Jun 2022 16:46:53 +0000 (+0300)
Subject: Give Iosevka font a try
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b87933b79918f347bbd396a75fe9159cebc38395;p=dotfiles.git

Give Iosevka font a try
---

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