diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-06-04 10:33:56 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-06-04 10:33:56 -0400 |
commit | af6dde2bf10c41e2b134ed1fff9420dda11b4ecd (patch) | |
tree | 4f64e0aca7b92317e7f7f7a6e7cc6554e59e9b49 /.emacs | |
parent | proxy nntp through linux.gp (diff) |
Basic helm config
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |