aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
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))