From b34d7815c9bf5e4a735ce8aed7cf4ec255a8b525 Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 26 Dec 2017 17:24:58 -0700 Subject: [PATCH] Install smartparens --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 454297e..1951d1c 100644 --- a/init.el +++ b/init.el @@ -27,6 +27,12 @@ ("\\.markdown\\'" . markdown-mode)) :init (setq markdown-command "multimarkdown")) +(use-package smartparens + :ensure t + :config + (progn + (require 'smartparens-config) + (smartparens-global-mode t))) ;;; Magit: a Git Porcelain inside Emacs (use-package magit -- 2.38.4