From e49e90668a6e24046329461bb598d180cee18a00 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 13 May 2019 00:12:32 +0800 Subject: update emacs.d --- .emacs.d/lisp/init-helm.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/lisp/init-helm.el') diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 52708c1..0280565 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -4,6 +4,7 @@ ;;; Code: +(require-package 'helm) (require 'helm-config) (global-set-key (kbd "M-x") 'helm-M-x) -- cgit v1.2.3