Compare commits
2 Commits
8fc251ba6e
...
5453df478c
Author | SHA1 | Date |
---|---|---|
coolneng | 5453df478c | |
coolneng | 30a5cd3ad7 |
|
@ -35,7 +35,8 @@
|
||||||
(map! :leader :n "n B" #'citar-open-files
|
(map! :leader :n "n B" #'citar-open-files
|
||||||
:desc "Open associated PDF with bibliography entry")
|
:desc "Open associated PDF with bibliography entry")
|
||||||
;; Keybindings for PlatformIO
|
;; Keybindings for PlatformIO
|
||||||
(map! :map (platformio-mode)
|
(map! :after platformio-mode
|
||||||
|
:map platformio-mode-map
|
||||||
(:leader
|
(:leader
|
||||||
:desc "Compile the project" "c c" #'platformio-build
|
:desc "Compile the project" "c c" #'platformio-build
|
||||||
:desc "Upload the project" "c u" #'platformio-upload
|
:desc "Upload the project" "c u" #'platformio-upload
|
||||||
|
|
Loading…
Reference in New Issue