aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-06-11 12:11:28 -0400
committerRyan Kavanagh <rak@debian.org>2019-06-11 12:11:28 -0400
commit39b4f98a6463682bd47ee2426f6fb49f82487187 (patch)
tree72b1d23944159600d66b58db4af2ebe4a245abdc /.emacs
parentgnus config (diff)
helm config
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))