diff --git a/emacs b/emacs index 7c4f18b..c9a1be9 100644 --- a/emacs +++ b/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 ;;