aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
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))