Cleanup dired view

master
Jacopo De Simoi 3 years ago
parent f13f291561
commit 4c0460e56c
  1. 5
      global.org

@ -1876,6 +1876,11 @@
#+begin_src emacs-lisp
(setq python-indent-guess-indent-offset-verbose nil)
#+end_src
** Dired
Do not show hidden files in dired
#+begin_src emacs-lisp
(setq dired-listing-switches "-l")
#+end_src
** C and C++
*** Hooks
#+begin_src emacs-lisp

Loading…
Cancel
Save