diff --git a/init.el b/init.el index 696513256..d2c07dc66 100644 --- a/init.el +++ b/init.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; URL: https://github.com/seagle0128/.emacs.d -;; Version: 3.4.0 +;; Version: 3.5.0 ;; Keywords: .emacs.d centaur ;; This file is not part of GNU Emacs. diff --git a/lisp/init-company.el b/lisp/init-company.el index 85cff15b4..278bc4807 100644 --- a/lisp/init-company.el +++ b/lisp/init-company.el @@ -1,17 +1,11 @@ ;; init-company.el --- Initialize company configurations. -*- lexical-binding: t -*- -;; + +;; Copyright (C) 2018 Vincent Zhang + ;; Author: Vincent Zhang -;; Version: 3.4.0 ;; URL: https://github.com/seagle0128/.emacs.d -;; Keywords: -;; Compatibility: -;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;;; Commentary: -;; Company configurations. -;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; This file is not part of GNU Emacs. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -28,8 +22,12 @@ ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth ;; Floor, Boston, MA 02110-1301, USA. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;; Commentary: +;; +;; Auto-completion configurations. ;; + ;;; Code: (eval-when-compile