Some keybinding changes and reformatting

This commit is contained in:
Charlotte Van Petegem 2021-03-20 23:40:04 +01:00
parent c9d9b35f93
commit e63faf022e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -20,6 +20,8 @@
:prefix "SPC"
"SPC" '(:ignore t :which-key "mode")
":" '(eval-expression :which-key "eval")
"b" '(:ignore t :which-key "buffer")
"bd" '(kill-this-buffer :which-key "kill")
@ -57,7 +59,7 @@
:general
(nmap
:prefix "SPC"
"x" '(counsel-M-x :which-key "execute")
"x" '(counsel-M-x :which-key "exec")
"bb" '(counsel-switch-buffer :which-key "switch")
"ff" '(counsel-find-file :which-key "find")
"fr" '(counsel-recentf :which-key "recent")
@ -232,7 +234,7 @@
)
)
(make-mu4e-context
:name "Jong Groen"
:name "jJong Groen"
:match-func (lambda (msg) (when msg (string-prefix-p "/jonggroen/" (mu4e-message-field msg :maildir))))
:vars '(
(user-mail-address . "charlotte@jonggroen.be")