changeset 86:dcbc806302d0

Remove commented-out code.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 08 Jan 2014 18:54:40 -0500
parents 8e664c39ab28
children 19cfc73ea86d
files dotemacs.el
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -48,9 +48,6 @@
 
 (server-start)
 
-;(define-derived-mode tabified-python-mode python-mode
-;  "tabified Python" (setq indent-tabs-mode t))
-
 ;; wtf is this crap? begone!
 (setq transient-mark-mode nil)
 
@@ -146,18 +143,6 @@
 ;; Menus are for wimps
 (menu-bar-mode -1)
 
-;; ;; Use plain tabs in text mode
-;; (add-hook 'text-mode-hook
-;;           (lambda () (define-key
-;;                        text-mode-map (kbd "TAB")
-;;                        (lambda ()
-;;                          (interactive)
-;;                          (let ((was-at-bol (bolp)))
-;;                            (save-excursion
-;;                              (goto-char (point-at-bol))
-;;                              (insert "    "))
-;;                            (when was-at-bol
-;;                              (back-to-indentation )))))))
 
 
 ;; I like a different tab width for Python