Compare commits

..

2 Commits

Author SHA1 Message Date
coolneng 5453df478c
Add email snippets 2023-03-23 00:04:56 +01:00
coolneng 30a5cd3ad7
Set up embedded dev environment using PlatformIO 2023-03-23 00:04:56 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -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