From 7a58e52ccb22ff4be8c787ae03ae3fc62f84cb7a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 21 Apr 2017 16:49:56 +0100 Subject: [PATCH] Show files beginning with "." in ECB directory tree --- modules/siren-ecb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/siren-ecb.el b/modules/siren-ecb.el index 5047f57..572f9a2 100644 --- a/modules/siren-ecb.el +++ b/modules/siren-ecb.el @@ -39,7 +39,7 @@ (setq ecb-source-file-regexps (quote ((".*" - ("\\(^\\(\\.\\|#\\)\\|\\(~$\\|\\.\\(elc\\|obj\\|o\\|class\\|lib\\|dll\\|a\\|so\\|cache\\)$\\)\\)" "^Icon$") + ("\\(^\\(#\\)\\|\\(~$\\|\\.\\(elc\\|obj\\|o\\|class\\|lib\\|dll\\|a\\|so\\|cache\\)$\\)\\)" "^Icon$") ("^\\.\\(emacs\\|gnus\\)$"))))) (if window-system (ecb-activate))