summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-03 11:35:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-03 13:22:32 -0700
commit3873418f962378aea0efb0b26ba9600551423a71 (patch)
tree57e8decbaca8b4326b85a667e1281694f7c45743
parent3b51f3095a1ccc1f15a6305be7d3c3cdbdc3e66c (diff)
downloaddotfiles-3873418f962378aea0efb0b26ba9600551423a71.tar.gz
disable dired-omit-mode for this repo
-rw-r--r--.dir-locals.el4
-rw-r--r--.hstow-local-ignore1
2 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..6116a594
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((dired-mode . ((dired-omit-mode . nil))))
diff --git a/.hstow-local-ignore b/.hstow-local-ignore
index c2f6b18e..001b9aac 100644
--- a/.hstow-local-ignore
+++ b/.hstow-local-ignore
@@ -9,3 +9,4 @@ GTAGS
GRTAGS
GPATH
README
+.dir-locals.el