From 8dd747b1db2b7f51a5077ceefcbbb76203c5bc05 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 15 Dec 2017 07:36:33 +0800 Subject: update --- .emacs.d/lisp/init-helm.el~ | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .emacs.d/lisp/init-helm.el~ (limited to '.emacs.d/lisp/init-helm.el~') diff --git a/.emacs.d/lisp/init-helm.el~ b/.emacs.d/lisp/init-helm.el~ new file mode 100644 index 0000000..0353c64 --- /dev/null +++ b/.emacs.d/lisp/init-helm.el~ @@ -0,0 +1,15 @@ +;;; helm --- Configuration + +;;; Commentary: + +;;; Code: + +(require 'helm-config) + +(global-set-key (kbd "M-x") 'helm-M-x) +(global-set-key (kbd "C-x C-p") 'helm-find-files) + +(helm-mode 1) + +(provide 'init-helm) +;;; init-helm ends here -- cgit v1.2.3