Changing the Awesome Font version in xmobar.

This commit is contained in:
Derek Taylor
2021-04-28 17:21:58 -05:00
parent a3007df483
commit c4a4736a72
5 changed files with 40 additions and 36 deletions

View File

@@ -95,7 +95,7 @@
(dashboard-modify-heading-icons '((recents . "file-text")
(bookmarks . "book"))))
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
(setq doom-fallback-buffer "*dashboard*")
(map! :leader
(:prefix ("d" . "dired")
@@ -378,6 +378,9 @@
"DONE(d)" ; Task has been completed
"CANCELLED(c)" )))) ; Task has been cancelled
(use-package ox-man
:ensure nil)
(map! :leader
(:prefix ("r" . "registers")
:desc "Copy to register" "c" #'copy-to-register