From c30554da3886e39470fcd2c69114043a37c75a52 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Wed, 13 Dec 2017 08:10:18 +0800 Subject: add some configuration --- .emacs.d/lisp/init-company.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .emacs.d/lisp/init-company.el (limited to '.emacs.d/lisp/init-company.el') diff --git a/.emacs.d/lisp/init-company.el b/.emacs.d/lisp/init-company.el new file mode 100644 index 0000000..c6579b4 --- /dev/null +++ b/.emacs.d/lisp/init-company.el @@ -0,0 +1,10 @@ +;;; company --- All company configuration + +;;; Commentary: + +;;; Code: + +(global-company-mode) + +(provide 'init-company) +;;; init-company ends here -- cgit v1.2.3