From c36f5838a571819cd6c35538b850aecfb5f9ac7b Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 26 Dec 2014 17:46:14 -0500 Subject: [PATCH] Cleanup --- init.el | 4 ---- 1 file changed, 4 deletions(-) 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*"))