aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-08 22:26:07 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-08 22:26:07 -0600
commit2f4edc1b54e3cc24c1f613a0c5b8fabf1d703635 (patch)
tree5b79535a7f391319cbdfc401b394c4de8e06b965
parentd332a92f0445820393133862ed6787f293a40bf6 (diff)
system changes
-rw-r--r--common/.config/emacs/init.el.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 77b7a3f..7891886 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