diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 19:31:34 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 19:31:34 +0300 |
commit | 79aa91e48573b709b74ab1ead37cf4b322478354 (patch) | |
tree | ef66b79638dbb9070dca70a7921bf1736e986fa1 /.emacs.d/modules/thanos-aesthetics.el | |
parent | fb8791b6f593135bad9eb5bc7f14f820c48c8f83 (diff) |
emacs: Remove all-the-icons-dired & doom themes
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index 954b0b0..91ca3a7 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -31,9 +31,6 @@ (add-to-list 'default-frame-alist '(alpha-background . 90)) (add-to-list 'default-frame-alist '(alpha 90 90)) - -(add-hook 'dired-mode-hook 'all-the-icons-dired-mode) - (when (equal is-phone nil) (scroll-bar-mode -1) (set-fringe-mode 10)) |