Remove lisp-mode config, it's already in emacs-config

This commit is contained in:
Tom Willemse 2019-02-13 22:59:41 -08:00
parent a3ebb6f7b2
commit de4e8fdd31

View file

@ -290,12 +290,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-hook 'c-mode-hook 'fci-mode)
(add-hook 'lisp-mode-hook 'paredit-mode)
(add-hook 'lisp-mode-hook 'rainbow-delimiters-mode)
(add-hook 'lisp-mode-hook 'company-mode)
(add-hook 'html-mode-hook 'electric-pair-local-mode)
(add-hook 'before-save-hook 'time-stamp)