From 3d173a78322e3a9d4c31b9dd7fdb8273b224967e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 11 Apr 2010 16:46:14 -0700 Subject: [PATCH] don't enable textmate-mode by default --- emacs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ;;