From 90c9ef6270c94d72222d126fc5e918644e77179a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Sep 2022 13:40:05 -0700 Subject: [oni-smartparens] Add keybind for ‘sp-splice-sexp-killing-backward’ --- oni-smartparens.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-smartparens.el') diff --git a/oni-smartparens.el b/oni-smartparens.el index d568f3d..2072e52 100644 --- a/oni-smartparens.el +++ b/oni-smartparens.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0715.215509 +;; Version: 2022.0920.133906 ;; Package-Requires: (smartparens) ;; This program is free software; you can redistribute it and/or modify @@ -31,9 +31,10 @@ (require 'smartparens-config) -(define-key smartparens-mode-map (kbd "C-") 'sp-slurp-hybrid-sexp) (define-key smartparens-mode-map (kbd "C-") 'sp-forward-barf-sexp) +(define-key smartparens-mode-map (kbd "C-") 'sp-slurp-hybrid-sexp) (define-key smartparens-mode-map (kbd "C-M-") 'sp-backward-barf-sexp) +(define-key smartparens-mode-map (kbd "M-") 'sp-splice-sexp-killing-backward) (provide 'oni-smartparens) ;;; oni-smartparens.el ends here -- cgit v1.2.3-54-g00ecf