Disable ECB pre-scan dirs for emptiness

It kept trying to pre-scan files as if they were directories, causing
constant error messages.
This commit is contained in:
2013-10-21 00:23:51 +01:00
parent 29d365f7b0
commit 57cb2c9845

View File

@@ -38,6 +38,11 @@
cua-remap-control-v nil
cua-remap-control-z nil)
;; Disable ECB's pre-scanning for empty directories, as it for some reason
;; kept trying scan files as if they were directories, causing constant error
;; messages in the mini-buffer.
(setq ecb-prescan-directories-for-emptyness nil)
;; Use textmate-mode
(when (require 'textmate nil 'noerror)
(textmate-mode))