diff --git a/doom/.config/doom/+mail.el b/doom/.config/doom/+mail.el index f7182e7..d422040 100644 Binary files a/doom/.config/doom/+mail.el and b/doom/.config/doom/+mail.el differ diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index b8a9cbc..fec3c27 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -32,6 +32,10 @@ (global-subword-mode 1) ; Iterate through CamelCase words +(map! :leader + "b q" #'kill-buffer-and-window + "c m" #'justl-exec-recipe-in-dir) + ;; speed-type (use-package! speed-type)