aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-04-03 22:58:24 +0200
committerThomas Schneider <qsx@qsx.re>2019-04-03 22:58:24 +0200
commitedde7ff4aede76b5cfa4705f96825bfba42a2888 (patch)
tree649ad4931e7e48727a4e40ab3acc2af2cd99d2fb /dot.emacs.d/init.el
parentb8afd50fe7868a94e440b5464179d2171d6c87ef (diff)
Emacs: Use vdirel
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el4
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))