# HG changeset patch # User Oleksandr Gavenko # Date 1358071088 -7200 # Node ID a3e820b8422750d93e08e035b101fc0609cddcc1 # Parent 82ae06b5d7c41ccb2eb4bfc564b1003aeef6f403 Set TAB width to 8 in .el files to proper shown Emacs sources. diff -r 82ae06b5d7c4 -r a3e820b84227 .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)