From c718b896d68848b7a56d37ac42c97c4d3af7460e Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 21 Jul 2019 18:27:35 +0200 Subject: Emacs: use-package form-feed --- dot.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 606d4c8..34485a4 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -164,6 +164,8 @@ (use-package helm-rg :after helm) +(use-package form-feed) + (use-package vdirel :bind (:map message-mode-map ("C-c TAB" . vdirel-helm-select-email))) -- cgit v1.2.3