aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-07-21 18:27:35 +0200
committerThomas Schneider <qsx@qsx.re>2019-07-21 18:27:35 +0200
commitc718b896d68848b7a56d37ac42c97c4d3af7460e (patch)
treeae959eccc870bbeaa46c4dae2802d9ff18f3b4d3
parent9f54a13b1248e7f86cb431a3293813e0de53c38a (diff)
Emacs: use-package form-feed
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
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)))