diff --git a/+keybindings.el b/+keybindings.el index f215b85..7a129fb 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -37,7 +37,7 @@ ;; Keybindings for PlatformIO (map! :after platformio-mode :map platformio-mode-map - (:leader + (:localleader :desc "Compile the project" "c c" #'platformio-build :desc "Upload the project" "c u" #'platformio-upload :desc "Monitor the serial console" "c m" #'platformio-device-monitor)) diff --git a/+ui.el b/+ui.el index 34e36d8..0274fe6 100644 --- a/+ui.el +++ b/+ui.el @@ -59,4 +59,4 @@ ;; Decrease size of icons in the modeline (setq all-the-icons-scale-factor 1.0) ;; Increase size of the PlatformIO compilation buffer -(set-popup-rule! "*platformio*" :size 0.25 :vslot -4 :select t :quit nil :ttl 0) +(set-popup-rule! "*platformio*" :size 0.25 :vslot -4 :select t :quit t :ttl 0) diff --git a/config.el b/config.el index 6c9c3be..e5da969 100644 --- a/config.el +++ b/config.el @@ -46,6 +46,7 @@ (get-buffer-create "*compilation*")) (message "No Compilation Errors!"))))) ;; Map leader key for major mode to , +(setq evil-snipe-override-evil-repeat-keys nil) (setq doom-localleader-key ",") ;; Disable company mode in Nix (setq-hook! 'nix-mode-hook company-idle-delay nil)