Use global map instead of my custom map
This commit is contained in:
parent
cfcf45b3f5
commit
2bb54f39c0
2 changed files with 9 additions and 8 deletions
|
|
@ -81,7 +81,8 @@
|
|||
|
||||
(defun my-reason-mode ()
|
||||
"Generate reason config."
|
||||
(define-key reason-mode-map (kbd "C-c l") '+my-transient-reasonml-context-menu)
|
||||
(define-key
|
||||
reason-mode-map (kbd "C-c l") '+my-transient-reasonml-context-menu))
|
||||
|
||||
;; Reason setup
|
||||
(add-hook 'reason-mode-hook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue