aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-11 15:09:52 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-11 15:09:52 -0600
commit95735b0646e9c78d7daedc7da97daa65bfc9f91c (patch)
tree6220ee16d1ece1d41cb6f543c4ff58443cae8966
parent90e190f020297d1f79916a89a8122baf336f9392 (diff)
system changes
-rw-r--r--common/.config/emacs/init.el.org14
-rw-r--r--macos.local/.flake/home/programs/.DS_Storebin0 -> 6148 bytes
2 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))
diff --git a/macos.local/.flake/home/programs/.DS_Store b/macos.local/.flake/home/programs/.DS_Store
new file mode 100644
index 0000000..668825b
--- /dev/null
+++ b/macos.local/.flake/home/programs/.DS_Store
Binary files differ