Next: Fix my-mode bindings.

master
Pierre Neidhardt 2020-04-26 22:12:33 +02:00
parent e5485cef62
commit 7b9d283218
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@
(define-mode my-mode ()
"Dummy mode for the custom key bindings in `*my-keymap*'."
((keymap-schemes :initform (keymap:make-scheme
scheme:emacs *my-keymap*
scheme:vi-normal *my-keymap*))))
((keymap-scheme :initform (keymap:make-scheme
scheme:emacs *my-keymap*
scheme:vi-normal *my-keymap*))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar +youtube-dl-command+ "youtube-dl"