Skip to content

Commit

Permalink
Update god-mode.el
Browse files Browse the repository at this point in the history
  • Loading branch information
darth10 authored Aug 12, 2024
1 parent d796447 commit 32f380b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions god-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ Appends to key sequence KEY-STRING-SO-FAR."
(unless god-literal-sequence
(let ((modifier-lookup (and (stringp key) (assoc key god-mode-alist))))
(if modifier-lookup
(setq modifier (cdr modifier-lookup)
(setq modifier (cdr modifier-lookup)
key (funcall next-key))
(setq modifier (cdr (assoc nil god-mode-alist))))))
(setq modifier (cdr (assoc nil god-mode-alist))))))
(if (and key-string-so-far (string= key (format "%c" help-char)))
(god-mode-help-char-dispatch key key-string-so-far)
(when (and (= (length key) 1)
Expand Down

0 comments on commit 32f380b

Please sign in to comment.