Replaces errant prelude-mode-map with map (#1280)

A `map` variable was mistakenly replaced with `prelude-mode-map`
This commit is contained in:
tncowart 2020-09-15 11:34:14 -04:00 committed by GitHub
parent 0783e64f5b
commit 0e3cb6c489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@
(define-key map (kbd "s-m f") 'magit-log-buffer-file)
(define-key map (kbd "s-m b") 'magit-blame)
(define-key map (kbd "s-o") 'crux-smart-open-line-above)
(define-key prelude-mode-map (kbd "s-/") 'hippie-expand))
(define-key map (kbd "s-/") 'hippie-expand))
(easy-menu-define prelude-mode-menu map
"Prelude's menu."
'("Prelude"