Removed smartparens

This commit is contained in:
Marcel Kapfer 2018-02-23 09:46:05 +01:00
parent 4ffe1ea18d
commit 53af583113
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 8 deletions

View File

@ -270,14 +270,6 @@
(projectile-global-mode)
(setq projectile-completion-system 'ivy))
;; smartparens
;; Automatic insertion, wrapping and paredit-like navigation with user defined
;; pairs.
(use-package smartparens
:config
(require 'smartparens-config)
(smartparens-global-mode t)
(show-smartparens-global-mode t))
;; dumb-jump
;; jump to definition for multiple languages without configuration.