From 55cfcd9540878bd6fd387509a79916e2b14bb8e8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 16 Nov 2016 18:41:00 -0500 Subject: Add .tramp_history to dired-omit-files --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') 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 -- cgit v1.2.3