feat(grfn/emacs): Add some prolog-mode mappings
Change-Id: If1677024f9a211eee5d42a03413b5058dd797b9a
This commit is contained in:
parent
2d4fa60ae7
commit
91f33b1a96
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue