add(emacs): org-superstar, org-view-mode

This commit is contained in:
luxzi 2024-07-27 21:08:17 -04:00
parent b0528bdf59
commit 4f1868dbe6
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
2 changed files with 6 additions and 1 deletions

View file

@ -21,7 +21,7 @@
;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example:
;;
(setq doom-font (font-spec :family "FiraCodeNF" :size 12 :weight 'semi-light)
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 12 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 13))
;;
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them

View file

@ -51,3 +51,8 @@
(package! elcord)
(package! catppuccin-theme)
(package! org-view-mode)
(package! org-superstar)
(add-hook 'org-mode-hook
(lambda ()
(org-superstar-mode 1)))