aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 7006217..351563c 100644
--- a/.emacs
+++ b/.emacs
@@ -121,6 +121,13 @@
:hook ((haskell-mode . turn-on-haskell-doc-mode)
(haskell-mode . turn-on-haskell-indentation)))
+(use-package helm
+ :ensure t
+ :bind (("M-x" . helm-M-x)
+ ("C-x C-f" . helm-find-files))
+ :config
+ (helm-mode 1))
+
(use-package info-look
:ensure t)