* eww.el (eww-mode-map): Fix command name of eww-toggle-colors.
This commit is contained in:
parent
7a7b5b492f
commit
596338b3b9
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ the like."
|
|||
(define-key map "E" 'eww-set-character-encoding)
|
||||
(define-key map "S" 'eww-list-buffers)
|
||||
(define-key map "F" 'eww-toggle-fonts)
|
||||
(define-key map [(meta C)] 'eww-toggle-fonts)
|
||||
(define-key map [(meta C)] 'eww-toggle-colors)
|
||||
|
||||
(define-key map "b" 'eww-add-bookmark)
|
||||
(define-key map "B" 'eww-list-bookmarks)
|
||||
|
|
Loading…
Add table
Reference in a new issue