Skip to content

Commit

Permalink
change copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyZhang committed Feb 3, 2020
1 parent 9fc72d7 commit e780afa
Show file tree
Hide file tree
Showing 75 changed files with 17,781 additions and 143 deletions.
6 changes: 2 additions & 4 deletions appearance-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: appearance-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-09-24 22:19:16>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
;;color-theme
Expand Down Expand Up @@ -159,5 +159,3 @@ The original plist is not modified. See also `destructive-plist-to-alist'."
(interactive)
(frame-width-increase -5)
)
;; --8<-------------------------- separator ------------------------>8--
;; File: appearance-setting.el ends here
6 changes: 2 additions & 4 deletions bbdb-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: bbdb-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:10:59>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
(add-to-list 'load-path (concat CONF-EMACS-VENDOR "/bbdb/lisp"))
Expand Down Expand Up @@ -245,5 +245,3 @@ which will be replaced by the actual name"
(message (format "generate bbdb to vcards: %s" filename))
)
)
;; --8<-------------------------- separator ------------------------>8--
;; File: bbdb-setting.el ends here
6 changes: 2 additions & 4 deletions buffer-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: buffer-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-02-22 09:00:49>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
(defun next-user-buffer ()
Expand Down Expand Up @@ -69,5 +69,3 @@ Thus widen each buffer, before emacs exit"
(widen)
))
(add-hook 'kill-emacs-hook 'widen-all-buffers)
;; --8<-------------------------- separator ------------------------>8--
;; File: buffer-setting.el ends here
6 changes: 2 additions & 4 deletions calendar-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: calendar-setting.el -- calendar and event reminders
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2017-11-13 11:17:03>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
(setq warning-suppress-types nil)
Expand Down Expand Up @@ -62,5 +62,3 @@
(setq holiday-bahai-holidays nil)
;; --8<-------------------------- separator ------------------------>8--
;; Friends' birthdays are a little sensitive, which will be loaded by a gpg encrypted file
;; --8<-------------------------- separator ------------------------>8--
;; File: calendar-setting.el ends here
6 changes: 2 additions & 4 deletions capture-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;; information to knowledgebase of emacs org-mode
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-10-01 17:03:13>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
(require 'org-capture)
Expand Down Expand Up @@ -74,5 +74,3 @@
"** webcontent " (make-string 20 32)
":noexport:\n#+begin_example\n" content "\n#+end_example"))
)
;; --8<-------------------------- separator ------------------------>8--
;; File: capture-setting.el ends here
6 changes: 3 additions & 3 deletions comint-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-03-29 09:57:58>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
;; File: comint-setting.el ends here

6 changes: 2 additions & 4 deletions diff-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2012-04-22
;; Updated: Time-stamp: <2018-07-01 22:04:18>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;; --8<-------------------------- separator ------------------------>8--
;; compare vertically in ediff
(require 'ediff)
Expand Down Expand Up @@ -136,5 +136,3 @@
(beginning-of-line)
(forward-line)
(delete-region beg (point))))
;; --8<-------------------------- separator ------------------------>8--
;; File: diff-setting.el ends here
6 changes: 2 additions & 4 deletions dired-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: dired-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:04:18>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
;;Dired reuse directory buffer
Expand Down Expand Up @@ -134,5 +134,3 @@
"*Face used for read privilege indicator (w) in dired buffers."
:group 'Dired-Plus :group 'font-lock-highlighting-faces)
(defvar diredp-read-priv 'diredp-my-read-priv)
;; --8<-------------------------- separator ------------------------>8--
;; File: dired-setting.el ends here
3 changes: 1 addition & 2 deletions emacs-aggregation/emacs-aggregation-setup.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; -*- mode: EMACS-LISP; coding:utf-8; -*-
;;; ================================================================
;; Copyright © 2010-2011 Time-stamp: <2018-07-01 22:10:58>
;; Copyright © 2010-2011 Time-stamp: <2020-02-03 12:24:10>
;;; ================================================================

;;; File: emacs-aggregation-setup.el --- Setup for emacs-aggregation.el
Expand Down Expand Up @@ -98,4 +98,3 @@ Boston天气:%s
))
;; update daily at 01:00am
;; (run-at-time "01:00am" 86400 'org-export-for-mobile)
;; File: emacs-aggregation-setup.el ends
3 changes: 1 addition & 2 deletions emacs-aggregation/emacs-aggregation.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; -*- mode: EMACS-LISP; coding:utf-8; -*-
;;; ================================================================
;; Copyright © 2010-2011 Time-stamp: <2015-10-19 13:50:39>
;; Copyright © 2010-2011 Time-stamp: <2020-02-03 12:24:13>
;;; ================================================================

;;; File: emacs-aggregation.el --- A plug-in system for information aggregation of daily life
Expand Down Expand Up @@ -322,4 +322,3 @@ Typical data includes:
)
))
(provide 'emacs-aggregation)
;; File: emacs-aggregation.el ends
3 changes: 1 addition & 2 deletions emacs-aggregation/family.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; -*- mode: EMACS-LISP; coding:utf-8; -*-
;;; ================================================================
;; Copyright © 2010-2011 Time-stamp: <2018-07-01 22:10:58>
;; Copyright © 2010-2011 Time-stamp: <2020-02-03 12:24:59>
;;; ================================================================

;;; File: family.el --- Setup for emacs-aggregation.el
Expand Down Expand Up @@ -62,4 +62,3 @@ Boston天气:%s
(setq mobile-export-file-list '("current.org"
"contacts.org"
))
;; File: family.el ends
3 changes: 1 addition & 2 deletions emacs-aggregation/mobilize-orgfile.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; -*- mode: EMACS-LISP; coding:utf-8; -*-
;;; ================================================================
;; Copyright © 2010-2011 Time-stamp: <2013-09-09 14:01:43>
;; Copyright © 2010-2011 Time-stamp: <2020-02-03 12:24:59>
;;; ================================================================

;;; File: mobilize-orgfile.el --- A plug-in system for information aggregation of daily life
Expand Down Expand Up @@ -75,4 +75,3 @@ Here we also care about these items.
)
)
(provide 'mobilize-orgfile)
;; File: mobilize-orgfile.el ends
5 changes: 2 additions & 3 deletions essentialpackage-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: essentialpackage-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-09-03 14:18:40>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;; --8<-------------------------- separator ------------------------>8--
;;show recent files
(require 'recentf)
Expand Down Expand Up @@ -341,4 +341,3 @@
(split-window-vertically)))
;; --8<-------------------------- separator ------------------------>8--
(load-file (concat CONF-EMACS-VENDOR "/yaml-mode/yaml-mode.el"))
;; File: essentialpackage-setting.el ends here
6 changes: 2 additions & 4 deletions facing-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-03-29 09:57:58>
;; Updated: Time-stamp: <2020-02-03 15:37:48>
;;
;; --8<-------------------------- separator ------------------------>8--
;; define customized face
Expand Down Expand Up @@ -39,5 +39,3 @@
("\\(sophia.*\\)" 1 font-lock-denny-face)
)
t)
;; --8<-------------------------- separator ------------------------>8--
;; File: facing-setting.el ends here
6 changes: 2 additions & 4 deletions fundamental-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: fundamental-setting.el -- most important setting, excluding third party packages
;;
;; Author: DennyZhang([email protected])
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2019-06-17 10:44:54>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;; --8<-------------------------- separator ------------------------>8--
(eval-when-compile (require 'subr-x))
(setq debug-on-error t)
Expand Down Expand Up @@ -522,5 +522,3 @@ starting on the same line at which another match ended is ignored."
(other-window 1)
(enlarge-window 3)
))
;; --8<-------------------------- separator ------------------------>8--
;; File: fundamental-setting.el ends here
6 changes: 2 additions & 4 deletions gnus-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: gnus-setting.el
;;
;; Author: Denny Zhang([email protected])
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:08:40>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;; --8<-------------------------- separator ------------------------>8--
(require 'gnus)
(setq mail-parent-directory-var "~/gnus_data/")
Expand Down Expand Up @@ -545,5 +545,3 @@ And insert header to mark message as unimportant(X-Priority).
;; --8<-------------------------- separator ------------------------>8--
(setq gnus-delay-default-hour 10) ;; Normally I will reach the office by 10am
(require 'sendmail)
;; --8<-------------------------- separator ------------------------>8--
;; File: gnus-setting.el ends here
6 changes: 2 additions & 4 deletions handyfunction-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: handyfunction-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2017-11-13 11:17:03>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;; --8<-------------------------- separator ------------------------>8--
(defun scratch ()
(interactive)
Expand Down Expand Up @@ -756,5 +756,3 @@ This function only dump the exactly matched strings to a temporary buffer"
(format-time-string "%Y-%m-%d_%H_%M_%S" (current-time)))))
(write-region (point-min) (point-max) fname)
))
;; --8<-------------------------- separator ------------------------>8--
;; File: handyfunction-setting.el ends here
6 changes: 2 additions & 4 deletions initframe-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-03-29 09:57:58>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;;
;; --8<-------------------------- separator ------------------------>8--
(setq initial-frame-alist '((top . 100) (left . 100)))
Expand All @@ -17,5 +17,3 @@
(background-color . "DarkSlateGray")
(cursor-color . "Orchid"))
default-frame-alist))
;; --8<-------------------------- separator ------------------------>8--
;; File: initframe-setting.el ends here
4 changes: 2 additions & 2 deletions insertion-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-03-29 09:57:57>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;;
;; --8<-------------------------- separator ------------------------>8--
(defun my-insert-time()
Expand Down
6 changes: 2 additions & 4 deletions interoperation-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:05:44>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;;
;; --8<-------------------------- separator ------------------------>8--
;;(load-file (concat CONF-EMACS-VENDOR "top-mode/top-mode.el"))
Expand All @@ -24,5 +24,3 @@ To use this extension, you need install xtrlock in your system."
#'(lambda (process event)
(zone-leave-me-alone)))
(zone)))
;; --8<-------------------------- separator ------------------------>8--
;; File: interoperation-setting.el ends here
6 changes: 2 additions & 4 deletions largeessentialpackage-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:05:49>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;;
;; --8<-------------------------- separator ------------------------>8--
;; (add-to-list 'load-path (concat CONF-EMACS-VENDOR "/cedet-1.0pre7/common"))
Expand Down Expand Up @@ -62,5 +62,3 @@
;; (require 'semantic-c nil 'noerror)
;; (semantic-add-system-include "d:/work/maui_svn/trunk/src/mgmt/pylib/" 'python-mode)
;; (semantic-add-system-include "d:/work/maui_svn/trunk/include/mgmt/cm/" 'c++-mode)
;; --8<-------------------------- separator ------------------------>8--
;; File: largeessentialpackage-setting.el ends here
6 changes: 2 additions & 4 deletions latex-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;;
;; Author: Denny(https://www.dennyzhang.com/contact)
;;
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-03-29 09:57:58>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;; --8<-------------------------- separator ------------------------>8--
;; hacking latex export for showing Chinese characters
(add-hook 'org-export-latex-final-hook 'update-orgbeam-latex)
Expand Down Expand Up @@ -40,5 +40,3 @@
ps-font-size 16.0
ps-print-header nil
ps-landscape-mode nil)
;; --8<-------------------------- separator ------------------------>8--
;; File: latex-setting.el ends here
4 changes: 1 addition & 3 deletions ledger-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;;
;; Copyright 2015, http://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:10:58>
;; Updated: Time-stamp: <2020-02-03 12:24:45>
;;
;; --8<-------------------------- separator ------------------------>8--
(defun ledger-generate-accounts-sql-call()
Expand Down Expand Up @@ -271,5 +271,3 @@ statement for insertion to sqlite db"
(insert "(sleep-for 5)\n"))
)
)
;; --8<-------------------------- separator ------------------------>8--
;; File: ledger-setting.el ends here
4 changes: 2 additions & 2 deletions linux-setting.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
;; File: linux-setting.el
;;
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
;; Copyright 2015, https://DennyZhang.com
;; Copyright 2020, https://DennyZhang.com
;; Created:2008-10-01
;; Updated: Time-stamp: <2018-07-01 22:10:58>
;; Updated: Time-stamp: <2020-02-03 15:37:47>
;; --8<-------------------------- separator ------------------------>8--
;; (create-fontset-from-fontset-spec
;; "-unknown-DejaVu Sans Mono-normal-normal-normal-*-16-*-*-*-m-0-fontset-startup")
Expand Down
Loading

0 comments on commit e780afa

Please sign in to comment.