Set TAB width to 8 in .el files to proper shown Emacs sources.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 13 Jan 2013 11:58:08 +0200
changeset 1015 a3e820b84227
parent 1014 82ae06b5d7c4
child 1016 6c3765dd9ed2
Set TAB width to 8 in .el files to proper shown Emacs sources.
.emacs-my
--- a/.emacs-my	Mon Jan 07 00:37:21 2013 +0200
+++ b/.emacs-my	Sun Jan 13 11:58:08 2013 +0200
@@ -2168,6 +2168,9 @@
 (setq list-command-history-max 256)
 
 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
+(defun my-emacs-lisp-mode-hook ()
+  (setq tab-width 8))
+(add-hook 'emacs-lisp-mode-hook 'my-emacs-lisp-mode-hook)
 
 (defun my-elisp-find-tag ()
   (interactive)