Function name fix
This commit is contained in:
parent
bbddc90552
commit
fb76618919
1 changed files with 2 additions and 2 deletions
|
@ -157,11 +157,11 @@ if the user is not present"
|
||||||
(mattermost-request "GET" url)))
|
(mattermost-request "GET" url)))
|
||||||
|
|
||||||
;; ToDo: define this better
|
;; ToDo: define this better
|
||||||
(defvar mattermost-mode-map
|
(defvar mattermost-root-mode-map
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
(define-key map (kbd "C-c f") #'(lambda () (interactive) (message "keyyyy")))
|
(define-key map (kbd "C-c f") #'(lambda () (interactive) (message "keyyyy")))
|
||||||
map)
|
map)
|
||||||
"The keymap for mattermost-mode")
|
"The keymap for mattermost-root-mode")
|
||||||
|
|
||||||
(defun show-root ()
|
(defun show-root ()
|
||||||
"Populates the Mattermost Root buffer and changes to it"
|
"Populates the Mattermost Root buffer and changes to it"
|
||||||
|
|
Loading…
Reference in a new issue