@ -1075,6 +1065,12 @@ Load a theme with =SPC t t=.
"tt" '(load-theme t t :which-key "Theme"))
"tt" '(load-theme t t :which-key "Theme"))
#+end_src
#+end_src
** Browser
#+begin_src emacs-lisp
(setenv "BROWSER" "flatpak run org.mozilla.firefox")
#+end_src
** Ligatures
** Ligatures
Enable font ligatures via [[https://github.com/jming422/fira-code-mode][fira-code-mode]], perform this action *only* when ~Fira Code~ is set as the current font.
Enable font ligatures via [[https://github.com/jming422/fira-code-mode][fira-code-mode]], perform this action *only* when ~Fira Code~ is set as the current font.
@ -1085,6 +1081,11 @@ Enable font ligatures via [[https://github.com/jming422/fira-code-mode][fira-cod
;; (global-fira-code-mode))
;; (global-fira-code-mode))
#+end_src
#+end_src
#+begin_src emacs-lisp
(use-package fira-code-mode
:hook prog-mode)
#+end_src
** Dashboard
** Dashboard
Present a dashboard when first launching Emacs.
Present a dashboard when first launching Emacs.
@ -1111,3 +1112,4 @@ When running in *daemon* mode, ensure that the dashboard is the initial buffer.