~edwargix/emacs.d

6928d7b943d855496781b4670febdf525714a31f — David Florness 5 years ago b2b413c
Use the > and < keys for slurping and barfing sexps, respectively
1 files changed, 3 insertions(+), 1 deletions(-)

M lisp/setup-keys.el
M lisp/setup-keys.el => lisp/setup-keys.el +3 -1
@@ 70,7 70,9 @@
  :config
  (progn
    (require 'smartparens-config)
    (smartparens-global-mode t)))
    (smartparens-global-mode t)
    (evil-global-set-key 'normal (kbd ">") #'sp-slurp-hybrid-sexp)
    (evil-global-set-key 'normal (kbd "<") #'sp-forward-barf-sexp)))


(use-package evil-matchit