From 2ce4a6d6a9e4076b0c4eef96980a5756130155be Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 11 Jun 2018 23:10:24 +0200 Subject: [PATCH] Enable smartparens + some extra smartparens config --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index a014f1a..18162eb 100644 --- a/config.org +++ b/config.org @@ -300,6 +300,9 @@ https://github.com/victorhge/iedit * Smartparens Smart minor-mode to deal with pairs. +Extra options: + - =show-smartparens-global-mode= : highlight corresponding bracket/pair/... + - =smartparens-global-mode= : enable smartparens https://github.com/Fuco1/smartparens @@ -308,6 +311,8 @@ https://github.com/Fuco1/smartparens :ensure t :config (require 'smartparens-config) + (show-smartparens-global-mode t) + (smartparens-global-mode t) ) ;; old config stuff