I no longer use tabs for indentation

This commit is contained in:
Kashish Sharma 2015-01-30 10:41:52 +05:30
parent cf450c36bf
commit 1a905d3458
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
;;;; Tab settings
(setq default-tab-width 4)
(define-key text-mode-map (kbd "TAB") 'self-insert-command)
;(define-key text-mode-map (kbd "TAB") 'self-insert-command)
(setq-default indent-tabs-mode nil)
;;;; Fix scrolling
(setq scroll-conservatively 1)