summaryrefslogtreecommitdiff
path: root/.emacs.d/initlibs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-24 23:10:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-24 23:10:14 -0700
commitcd75091881b7247b52dfd30cec02dfeebb94338c (patch)
tree9fddb7bf7e69b0b0d8ad149d9df2b7241ff8fad7 /.emacs.d/initlibs
parentfa79ea54410635cac80ff1486102335595bff295 (diff)
downloaddotfiles-cd75091881b7247b52dfd30cec02dfeebb94338c.tar.gz
fix key-chord-unset-global
Diffstat (limited to '.emacs.d/initlibs')
-rw-r--r--.emacs.d/initlibs/key-chord.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/initlibs/key-chord.el b/.emacs.d/initlibs/key-chord.el
index b5f65d0e..ed3d15f5 100644
--- a/.emacs.d/initlibs/key-chord.el
+++ b/.emacs.d/initlibs/key-chord.el
@@ -272,7 +272,7 @@ which in most cases is shared with all other buffers in the same major mode."
(defun key-chord-unset-global (keys)
"Remove global key-chord of the two keys in KEYS."
(interactive "sUnset key chord globally (2 keys): ")
- (key-chord-define (current-local-map) keys nil))
+ (key-chord-define (current-global-map) keys nil))
(defun key-chord-unset-local (keys)
"Remove local key-chord of the two keys in KEYS."