Test commit
This commit is contained in:
@@ -150,7 +150,7 @@ Pretty self explanatory.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(defun jm/set-font-faces ()
|
||||
(set-face-attribute 'default nil :font "Fira Code Retina" :height 140))
|
||||
(set-face-attribute 'default nil :font "Fira Code" :height 140))
|
||||
#+end_src
|
||||
|
||||
Adding a fix for fonts when running Emacs as a daemon.
|
||||
|
||||
@@ -72,6 +72,8 @@ From here, I can continue onto configuring the ~mu4e~ emacs package.
|
||||
:load-path jm/mu4e-load-path
|
||||
:bind ("C-x m" . mu4e)
|
||||
:config
|
||||
(setq mu4e-mu-binary (executable-find "mu"))
|
||||
|
||||
;; Avoids syncing issues.
|
||||
(setq mu4e-change-filenames-when-moving t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user