Compare commits
2 Commits
5453df478c
...
8fc251ba6e
Author | SHA1 | Date |
---|---|---|
coolneng | 8fc251ba6e | |
coolneng | 2ccddd2905 |
|
@ -35,8 +35,7 @@
|
||||||
(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! :after platformio-mode
|
(map! :map (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