Move platformio keybindings to local leader

This commit is contained in:
2023-04-10 22:37:39 +02:00
parent fdf2bc63a6
commit 34af171ca3
3 changed files with 3 additions and 2 deletions

View File

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