Some keybinding changes and reformatting
This commit is contained in:
parent
c9d9b35f93
commit
e63faf022e
1 changed files with 97 additions and 95 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue