Removed smartparens
This commit is contained in:
parent
4ffe1ea18d
commit
53af583113
1 changed files with 0 additions and 8 deletions
|
@ -270,14 +270,6 @@
|
||||||
(projectile-global-mode)
|
(projectile-global-mode)
|
||||||
(setq projectile-completion-system 'ivy))
|
(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
|
;; dumb-jump
|
||||||
;; jump to definition for multiple languages without configuration.
|
;; jump to definition for multiple languages without configuration.
|
||||||
|
|
Loading…
Reference in a new issue