mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user