Use global map instead of my custom map

This commit is contained in:
Maciej 2023-03-16 20:43:58 +02:00
parent cfcf45b3f5
commit 2bb54f39c0
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 9 additions and 8 deletions

View file

@ -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