Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix parameter emacs-lisp-mode to emacs-lisp-mode-map
  • Loading branch information
sa82trip committed Mar 19, 2022
commit f0b8815d7de8ef698bc69719f7947a7a229b0afa
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ Now your function `foo` is interactive, you can use it in a
keybinding:

#+BEGIN_SRC emacs-lisp
(define-key emacs-lisp-mode (kbd "C-c C-f") 'foo)
(define-key emacs-lisp-mode-map (kbd "C-c C-f") 'foo)
#+END_SRC

** Defining your own major mode
Expand Down