diff --git a/global.org b/global.org index 79a0c59..40c7072 100644 --- a/global.org +++ b/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