diff --git a/emacs/config.org b/emacs/config.org index 19b7362..5f4c25f 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -172,7 +172,9 @@ Use doom modeline to make the modeline look nicer. (use-package all-the-icons) ; requirement (use-package doom-modeline :init (doom-modeline-mode 1) - :config (setq doom-modeline-height 45)) + :config + (setq doom-modeline-height 45) + (display-time)) #+end_src ** Doom Themes @@ -411,7 +413,6 @@ Org-bullets is a package that adds bullets to each heading instead of asterisks. :custom (org-bullets-bullet-list '("◉" "○" "●" "○" "●" "○" "●"))) #+end_src - ** Add List Dots By default lists are started with a hyphen, though this doesn't really match the aesthetic of the rest of the org file. Due to that, I added this line which replaces the hyphen with a dot. @@ -482,6 +483,16 @@ This is required as of org 9.2 as snippets such as ~