aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-13 22:59:41 -0800
committerGravatar Tom Willemse2019-02-13 22:59:41 -0800
commitde4e8fdd31242c2d1ef32f56f7cb971a52b3a87e (patch)
tree9325d7e59d19933d13baa5970b080167aa6a8a5c /emacs/.emacs.d/init.el
parenta3ebb6f7b29f3f72141d8c3851aa842806dbd30c (diff)
downloadnew-dotfiles-de4e8fdd31242c2d1ef32f56f7cb971a52b3a87e.tar.gz
new-dotfiles-de4e8fdd31242c2d1ef32f56f7cb971a52b3a87e.zip
Remove lisp-mode config, it's already in emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 381db9c..e28c27f 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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)