diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 15:09:52 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 15:09:52 -0600 |
commit | 95735b0646e9c78d7daedc7da97daa65bfc9f91c (patch) | |
tree | 6220ee16d1ece1d41cb6f543c4ff58443cae8966 /common | |
parent | 90e190f020297d1f79916a89a8122baf336f9392 (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 884c088..2870489 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -84,20 +84,8 @@ Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Mod `(fixed-pitch ((t :font ,jj/mono-font)))) #+end_src -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. +Use =diredfl= for a colourful =dired= and clean up the interface by removing scroll bars, tool bars, and menu bars. #+begin_src emacs-lisp - (use-package doom-modeline - :init - (doom-modeline-mode 1)) - (use-package nerd-icons) - (use-package nerd-icons-dired - :after - (nerd-icons) - :hook - (dired-mode . nerd-icons-dired-mode)) - (use-package nerd-icons-completion - :config - (nerd-icons-completion-mode)) (use-package diredfl :init (diredfl-global-mode 1)) |