diff options
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |