From af6dde2bf10c41e2b134ed1fff9420dda11b4ecd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 4 Jun 2019 10:33:56 -0400 Subject: Basic helm config --- .emacs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs') 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) -- cgit v1.2.3