]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Give Iosevka font a try
authorEshel Yaron <me@eshelyaron.com>
Mon, 20 Jun 2022 16:46:53 +0000 (19:46 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jun 2022 16:46:53 +0000 (19:46 +0300)
.emacs.d/esy.org

index 9eb6f9aa9fe8baa37e80a51cb1825fb7e17f8c37..0aa9f97e1b06d5f5be9c904d6cf945db5cd32302 100644 (file)
@@ -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