mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
disable global smart-tab-mode as it was conflicting with auto-complete-mode
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user