summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-11-16 18:41:00 -0500
committerKyle Meyer <kyle@kyleam.com>2016-11-16 18:41:00 -0500
commit55cfcd9540878bd6fd387509a79916e2b14bb8e8 (patch)
tree53bb28a43685693a3daa3ecd3212ff8e750f953a /init.el
parentdf85ce1b98a18cffd7e1e2eda285daa9f8803244 (diff)
downloademacs.d-55cfcd9540878bd6fd387509a79916e2b14bb8e8.tar.gz
Add .tramp_history to dired-omit-files
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 35ed561..0d12c4d 100644
--- a/init.el
+++ b/init.el
@@ -1325,7 +1325,8 @@
(and bol ".gitignore" eol)
(and bol "__pycache__" eol)
(and bol ".Rhistory" eol)
- (and bol ".snakemake" eol))))
+ (and bol ".snakemake" eol)
+ (and bol ".tramp_history" eol))))
(setq dired-omit-extensions
(append dired-omit-extensions