From d8ef974857fd4078f0161388012ccb830b0c9568 Mon Sep 17 00:00:00 2001 From: random Date: Sat, 22 Jan 2022 10:11:04 -0800 Subject: [PATCH] More emacs config --- emacs/config.org | 121 +++++++++++++++++++++++++++++++++++++++++++++-- zsh/.zshrc | 16 +++---- 2 files changed, 123 insertions(+), 14 deletions(-) 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 ~