Skip to content

Commit

Permalink
Bump version to 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 5, 2018
1 parent b312ac2 commit 320cdfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Vincent Zhang <[email protected]>
;; 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.
Expand Down
22 changes: 10 additions & 12 deletions lisp/init-company.el
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
;; init-company.el --- Initialize company configurations. -*- lexical-binding: t -*-
;;

;; Copyright (C) 2018 Vincent Zhang

;; Author: Vincent Zhang <[email protected]>
;; 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
Expand All @@ -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
Expand Down

0 comments on commit 320cdfb

Please sign in to comment.