feat(grfn/emacs): Add some prolog-mode mappings

Change-Id: If1677024f9a211eee5d42a03413b5058dd797b9a
This commit is contained in:
Griffin Smith 2021-12-08 13:19:40 -05:00 committed by grfn
parent 2d4fa60ae7
commit 91f33b1a96

View file

@ -1424,4 +1424,6 @@ If invoked with a prefix ARG eval the expression after inserting it"
(:localleader
:n "a" #'lsp-execute-code-action))
)
(:map prolog-mode-map
:n "g SPC" #'prolog-compile-buffer
:n "g \\" #'run-prolog))