emacs - color theme change for org-mode
[dotfiles.git] / emacs.d / elisp / init-helm.el
index ae39613..59511f9 100644 (file)
@@ -16,7 +16,8 @@
   :config
   (helm-mode 1)
   (helm-autoresize-mode 1)
-  :bind (("M-x" . helm-M-x)))
+  :bind (("M-x" . helm-M-x)
+        ("s-j" . helm-mini)))