Fixed dashboard emacsclient font issue
This commit is contained in:
parent
7577c839c5
commit
edb16e3da6
@ -396,6 +396,7 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema
|
||||
(recents . 5)
|
||||
(agenda . 5)))
|
||||
:config
|
||||
(set-face-attribute 'dashboard-items-face nil :font "Fira Code Retina" :height 140)
|
||||
(dashboard-setup-startup-hook))
|
||||
#+end_src
|
||||
|
||||
|
@ -144,7 +144,6 @@ Creates a function to refresh the ~org-agenda-files~ variable to be set to inclu
|
||||
(defun jm/org-roam-refresh-agenda-list ()
|
||||
(interactive)
|
||||
(setq org-agenda-files (org-roam-list-files)))
|
||||
|
||||
#+end_src
|
||||
|
||||
To use this function, I'll add it to some hooks to make sure to run it before the agenda list is needed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user