summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el4
-rw-r--r--.emacs.d/init.el2
-rw-r--r--.hstow-local-ignore1
3 files changed, 1 insertions, 6 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 6116a594..00000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,4 +0,0 @@
-;;; Directory Local Variables -*- no-byte-compile: t -*-
-;;; For more information see (info "(emacs) Directory Variables")
-
-((dired-mode . ((dired-omit-mode . nil))))
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 39412b27..7b2f5126 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -193,7 +193,7 @@ windows side-by-side in the frame."
'(dired-free-space 'separate)
'(dired-isearch-filenames t)
'(dired-listing-switches "--group-directories-first -alh")
- '(dired-omit-files "\\`\\." nil nil "Exclude all dotfiles (no need for . and .. in dired afaict).")
+ '(dired-omit-files "\\`[.]?#\\|\\`[.][.]?\\'\\|\\`\\.git\\'")
'(dired-recursive-copies 'always)
'(display-fill-column-indicator-character 32)
'(emacs-lisp-docstring-fill-column 75)
diff --git a/.hstow-local-ignore b/.hstow-local-ignore
index 001b9aac..c2f6b18e 100644
--- a/.hstow-local-ignore
+++ b/.hstow-local-ignore
@@ -9,4 +9,3 @@ GTAGS
GRTAGS
GPATH
README
-.dir-locals.el