diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:35:15 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:35:15 -0700 |
commit | 16e8060ed55bbb3865f8daf7b1f0bc2a346aa05b (patch) | |
tree | c7bfbd71ee5400b9679a1330e6fd9dd817bc920a | |
parent | [bash] avoid using vi (diff) | |
download | emacs.d-16e8060ed55bbb3865f8daf7b1f0bc2a346aa05b.tar.gz |
[emacs] Use "diminish"
Closes #20
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index e154fb9..1786fcc 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -32,6 +32,8 @@ :config (setq counsel-find-file-at-point t)) +(use-package diminish) + (use-package dired :config (setq dired-listing-switches "-laGhv")) |