-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41f1b8b
commit d13dc94
Showing
34 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-auto-complete.el --- Initialize auto-complete configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-basic.el --- Initialize basic configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-bookmark.el --- Initialize bookmark configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-c.el --- Initialize c configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-calendar.el --- Initialize calendar configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-company.el --- Initialize company configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-const.el --- Initialize const variables. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-custom.el --- Initialize custom configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-edit.el --- Initialize edit configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-emacs-lisp.el --- Initialize Emacs Lisp configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-eshell.el --- Initialize eshell configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-flycheck.el --- Initialize flycheck configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-go.el --- Initialize c configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; init-helm.el --- Initialize helm configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-highlight.el --- Initialize highlight configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-buffer.el --- Initialize ibuffer configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; init-ido.el --- Initialize ido configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; init-ivy.el --- Initialize ivy configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-kill-ring.el --- Initialize kill-ring configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-org.el --- Initialize org configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; init-package.el --- Initialize package configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-prog.el --- Initialize prog configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-projectile.el --- Initialize projectile configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-python.el --- Initialize python configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-restore.el --- Initialize restore configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-ruby.el --- Initialize ruby configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-shell.el --- Initialize shell configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-ui.el --- Initialize ui configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-utils.el --- Initialize basic configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-vc.el --- Initialize scm configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-web.el --- Initialize web configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-window.el --- Initialize window configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; init-yasnippet.el --- Initialize yasnippet configurations. | ||
;; | ||
;; Author: Vincent Zhang <[email protected]> | ||
;; Version: 2.1.0 | ||
;; Version: 2.2.0 | ||
;; URL: https://github.com/seagle0128/.emacs.d | ||
;; Keywords: | ||
;; Compatibility: | ||
|