Test commit

This commit is contained in:
Random936
2024-05-17 23:02:01 -07:00
parent 987b94bf5d
commit f04f791a84
5 changed files with 23 additions and 19 deletions

View File

@@ -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.

View File

@@ -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)