Skip to content

Commit

Permalink
Bump to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 27, 2017
1 parent bb3613c commit 4f3eab6
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 34 deletions.
3 changes: 1 addition & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Filename: init.el
;; Description:
;; Author: Vincent Zhang
;; Version: 3.0.0
;; Version: 3.1.0
;; Maintainer:
;; Created: Wed Nov 29 00:57:38 2006
;; Version:
Expand Down Expand Up @@ -105,7 +105,6 @@
(require 'init-vcs)
(require 'init-flycheck)
(require 'init-projectile)
;; (require 'init-lsp)

(require 'init-emacs-lisp)
(require 'init-c)
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-basic.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-basic.el --- Initialize basic configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-c.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-c.el --- Initialize c configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-calendar.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-calendar.el --- Initialize calendar configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-company.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-company.el --- Initialize company configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-const.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-const.el --- Desfine constants. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-custom.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-custom.el --- Initialize custom configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-dired.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-dired.el --- Initialize dired configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-edit.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-edit.el --- Initialize edit configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-emacs-lisp.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-emacs-lisp.el --- Initialize Emacs Lisp configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-eshell.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-eshell.el --- Initialize eshell configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-flycheck.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-flycheck.el --- Initialize flycheck configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-funcs.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-funcs.el --- Initialize functions. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-go.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-go.el --- Initialize Golang configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-highlight.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-highlight.el --- Initialize highlight configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-ibuffer.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-buffer.el --- Initialize ibuffer configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-ivy.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; init-ivy.el --- Initialize ivy configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-kill-ring.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-kill-ring.el --- Initialize kill-ring configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-lsp.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-lsp.el --- Initialize lsp (Language Server Protocol) configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-org.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-org.el --- Initialize org configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-package.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; init-package.el --- Initialize package configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-prog.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-prog.el --- Initialize prog configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-projectile.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-projectile.el --- Initialize projectile configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-python.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-python.el --- Initialize python configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-restore.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-restore.el --- Initialize restore configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-ruby.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-ruby.el --- Initialize ruby configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-shell.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-shell.el --- Initialize shell configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-ui.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-ui.el --- Initialize ui configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-utils.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-utils.el --- Initialize ultilities. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-vcs.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-vcs.el --- Initialize version control system configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-web.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-web.el --- Initialize web configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-window.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-window.el --- Initialize window configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-yasnippet.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; init-yasnippet.el --- Initialize yasnippet configurations. -*- lexical-binding: t -*-
;;
;; Author: Vincent Zhang <[email protected]>
;; Version: 3.0.0
;; Version: 3.1.0
;; URL: https://github.com/seagle0128/.emacs.d
;; Keywords:
;; Compatibility:
Expand Down

0 comments on commit 4f3eab6

Please sign in to comment.