don't enable textmate-mode by default
This commit is contained in:
parent
59a2088f0a
commit
3d173a7832
1 changed files with 4 additions and 2 deletions
6
emacs
6
emacs
|
|
@ -270,8 +270,10 @@
|
|||
;; textmate mode ;;
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(require 'textmate)
|
||||
(textmate-mode) ; always on
|
||||
;; disabled. ruins C-x C-f
|
||||
;
|
||||
;(require 'textmate)
|
||||
;(textmate-mode)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; drag stuff mode ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue