From 39b4f98a6463682bd47ee2426f6fb49f82487187 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 11 Jun 2019 12:11:28 -0400 Subject: helm config --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 2cb1c49..0853fa9 100644 --- a/.emacs +++ b/.emacs @@ -140,7 +140,8 @@ (use-package helm :ensure t :bind (("M-x" . helm-M-x) - ("C-x C-f" . helm-find-files)) + ("C-x C-f" . helm-find-files) + ("C-x C-b" . helm-mini)) :config (helm-mode 1)) -- cgit v1.2.3