File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This is a Spacemacs layer for K which provides syntax highlighting via k3-mode.
5
5
6
6
K3-Mode: https://github.com/kframework/k-editor-support/blob/master/emacs/k3-mode.el
7
7
8
+ Key Bindings and Commands
9
+ =========================
10
+
11
+ | Key | Function |
12
+ | --------------------| ---------------------------------------------------------------------------------|
13
+ | <kbd >SPC m c</kbd > | Compile using Makefile
14
+
8
15
9
16
Installation
10
17
==============
@@ -13,3 +20,4 @@ Installation
13
20
$ mv k-framework ~/.emacs.d/private/local
14
21
15
22
Then simply add 'k-framework' as one of your configuration layers in your spacemacs config.
23
+
Original file line number Diff line number Diff line change 11
11
:defer t
12
12
:mode " \\ .k\\ '"
13
13
)
14
+
15
+ )
16
+
17
+ (defun k-framework/post-init-k3-mode ()
18
+ (spacemacs/set-leader-keys-for-major-mode 'k3-mode
19
+ " c" 'compile
20
+ )
14
21
)
22
+
23
+
You can’t perform that action at this time.
0 commit comments