From bbcbd0a074fef5addc2b03295159655597491e2c Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 8 Jan 2025 22:27:52 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 7891886..77b7a3f 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -95,9 +95,9 @@ Set up fonts. I use Source Code Pro (Nerd Font) for monospace and Computer Moder I use =doom-modeline= and =nerd-icons= for a nicer-looking user interface and remove the title bar from the window along with any other unnecessary elements from the screen. =dired= is modified to use =nerd-icons= and colours. #+begin_src emacs-lisp -;; (use-package doom-modeline -;; :init -;; (doom-modeline-mode 1)) + (use-package doom-modeline + :init + (doom-modeline-mode 1)) (use-package nerd-icons) (use-package nerd-icons-dired :after -- cgit v1.2.3