diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-21 01:54:51 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-21 01:57:47 +0100 |
commit | 594f2c5f83622f48ae94ea278fd7880b81c85fe5 (patch) | |
tree | fd77828f70acffe5fd0b63ad498cb47934ebee88 /Doom | |
parent | 415b84ab26c93725ac544c6d271b8a4efdb68bcc (diff) | |
download | dotfiles-594f2c5f83622f48ae94ea278fd7880b81c85fe5.tar.gz dotfiles-594f2c5f83622f48ae94ea278fd7880b81c85fe5.tar.bz2 dotfiles-594f2c5f83622f48ae94ea278fd7880b81c85fe5.zip |
-disable ranger to dired
Diffstat (limited to 'Doom')
-rw-r--r-- | Doom/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index 5588457..d9a2559 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -67,7 +67,7 @@ :emacs (dired ; making dired pretty [functional] - +ranger ; bringing the goodness of ranger to dired + ;; +ranger ; bringing the goodness of ranger to dired +icons) ; colorful icons for dired-mode electric ; smarter, keyword-based electric-indent vc ; version-control and Emacs, sitting in a tree |