From da038cefee35b34398f175f862f8a8014460e972 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sun, 12 May 2019 23:30:23 +0800 Subject: ignore tmp file --- .emacs.d/lisp/init-helm.el~ | 15 --------------- 1 file changed, 15 deletions(-) delete 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~ deleted file mode 100644 index 0353c64..0000000 --- a/.emacs.d/lisp/init-helm.el~ +++ /dev/null @@ -1,15 +0,0 @@ -;;; 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