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"
|
: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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue