From edde7ff4aede76b5cfa4705f96825bfba42a2888 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 3 Apr 2019 22:58:24 +0200 Subject: Emacs: Use vdirel --- dot.emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot.emacs.d') 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)) -- cgit v1.2.3