Remove lisp-mode config, it's already in emacs-config
This commit is contained in:
parent
a3ebb6f7b2
commit
de4e8fdd31
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue