add(emacs): org-superstar, org-view-mode
This commit is contained in:
parent
3ef3a3dff0
commit
7e56bfce71
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue