summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-07-20 18:12:34 +0800
committerJSDurand <mmemmew@gmail.com>2021-07-20 18:12:34 +0800
commit47ea689f4440b01df9715948f400562251b9778c (patch)
tree940c720e510139d9a90b194260d8d0cd3c73bd15
parentd69726b67601c5292dc5da46f0e3b15c0b120329 (diff)
change: replace and delete pairs
* init.el ("durand-simple"): Now I can replace or delete pairs easily.
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index aa61832..ae470df 100644
--- a/init.el
+++ b/init.el
@@ -307,7 +307,7 @@ no effect."
(use-package "durand-simple" 'durand-simple
(define-key global-map (vector ?\C-\M-\s) #'durand-simple-mark-dwim)
(define-key global-map (vector ?\C-o) #'durand-simple-open-line)
- (define-key global-map (vector ?\C-') #'durand-simple-insert-pair))
+ (define-key global-map (vector ?\C-') #'durand-simple-pair-dwim))
;;; Searches