diff --git a/init.el b/init.el index 9912f00..48e52ab 100644 --- a/init.el +++ b/init.el @@ -376,10 +376,6 @@ This is the same as using \\[set-mark-command] with the prefix argument." (require 'wordnik-synonym) (global-set-key (kbd "H-=") 'wn/synonym-at-point) -;; (require 'smartparens) -;; (require 'smartparens-config) -;; (require 'smartparens-latex) - (add-hook 'minibuffer-exit-hook '(lambda () (let ((buffer "*Completions*"))