disable global smart-tab-mode as it was conflicting with auto-complete-mode

This commit is contained in:
2012-03-04 16:27:33 +00:00
parent b999d7e225
commit ce9f134c2e

View File

@@ -166,10 +166,6 @@
(when (require 'escreen nil 'noerror)
(escreen-install))
;; Load Smart Tab
(when (require 'smart-tab nil 'noerror)
(global-smart-tab-mode t))
;; Load Undo-Tree
(require 'undo-tree)