diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-04-03 22:58:24 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-04-03 22:58:24 +0200 |
| commit | edde7ff4aede76b5cfa4705f96825bfba42a2888 (patch) | |
| tree | 649ad4931e7e48727a4e40ab3acc2af2cd99d2fb | |
| parent | b8afd50fe7868a94e440b5464179d2171d6c87ef (diff) | |
Emacs: Use vdirel
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 0a06ab4..5840c56 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -102,6 +102,10 @@ (helm-projectile-on) :after (projectile helm)) +(use-package vdirel + :bind (:map message-mode-map + ("C-c TAB" . vdirel-helm-select-email))) + (use-package flycheck :init (global-flycheck-mode)) |
