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