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 ;;
|
;; textmate mode ;;
|
||||||
;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(require 'textmate)
|
;; disabled. ruins C-x C-f
|
||||||
(textmate-mode) ; always on
|
;
|
||||||
|
;(require 'textmate)
|
||||||
|
;(textmate-mode)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; drag stuff mode ;;
|
;; drag stuff mode ;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue