Compare commits

..

2 Commits

Author SHA1 Message Date
coolneng 8fc251ba6e
Add email snippets 2023-03-23 00:02:47 +01:00
coolneng 2ccddd2905
Set up embedded dev environment using PlatformIO 2023-03-15 01:31:12 +01:00
1 changed files with 1 additions and 2 deletions

View File

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