diff options
| -rw-r--r-- | Emacs/.config/emacs/config.org | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 560e938..909ea59 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -715,6 +715,8 @@ Make the default ASCII tables of org mode pretty with    :hook org-mode)  #+END_SRC  ** Org superstar +Org superstar adds cute little unicode symbols for headers, much +better than the default asterisks.  #+BEGIN_SRC emacs-lisp  (use-package org-superstar    :hook (org-mode . org-superstar-mode))  | 
