Skip to content

Commit

Permalink
Merge pull request #822 from moyamo/master
Browse files Browse the repository at this point in the history
Remap kill-whole-line in strict-mode
  • Loading branch information
Fuco1 committed Dec 1, 2017
2 parents 5c51ccc + d591d9a commit 65fbcfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartparens.el
Expand Up @@ -695,6 +695,7 @@ You can enable pre-set bindings by customizing
(define-key map [remap backward-kill-word] 'sp-backward-kill-word)
(define-key map [remap kill-region] 'sp-kill-region)
(define-key map [remap delete-region] 'sp-delete-region)
(define-key map [remap kill-whole-line] 'sp-kill-whole-line)
map)
"Keymap used for `smartparens-strict-mode'.")

Expand Down

0 comments on commit 65fbcfc

Please sign in to comment.