~edwargix/emacs.d

f98ee74a0f68f7819a2a03c29ecd4009c034985a — David Florness 5 years ago 430af04
Move smartparens to setup-keys
2 files changed, 8 insertions(+), 8 deletions(-)

M init.el
M lisp/setup-keys.el
M init.el => init.el +0 -8
@@ 93,14 93,6 @@
  :init (setq markdown-command "markdown"))


;;; a minor mode for dealing with pairs
(use-package smartparens
  :config
  (progn
    (require 'smartparens-config)
    (smartparens-global-mode t)))


;;; magit: a Git Porcelain
(use-package magit
  :bind

M lisp/setup-keys.el => lisp/setup-keys.el +8 -0
@@ 65,6 65,14 @@
                                (kill-buffer)))


;;; a minor mode for dealing with pairs
(use-package smartparens
  :config
  (progn
    (require 'smartparens-config)
    (smartparens-global-mode t)))


(use-package evil-matchit
  :init
  (progn