Show files beginning with "." in ECB directory tree

This commit is contained in:
2017-04-21 16:49:56 +01:00
parent 9e09ecc87d
commit 7a58e52ccb

View File

@@ -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))