Remove unnecessary interactive sexp

This commit is contained in:
syl20bnr 2015-02-23 23:33:18 -05:00
parent 876fba0afa
commit a4239b3d8e

View file

@ -103,9 +103,7 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
;; because it avoids autoloads of elisp modes)
(setq initial-major-mode 'text-mode)
;; whitespace-mode
(add-hook 'prog-mode-hook (lambda ()
(interactive)
(setq show-trailing-whitespace 1)))
(add-hook 'prog-mode-hook (lambda () (setq show-trailing-whitespace 1)))
;; When point is on paranthesis, highlight the matching one
(show-paren-mode t)
;; use only spaces and no tabs