diff --git a/bootstrap.org b/bootstrap.org index a73f2bf..0b407e5 100644 --- a/bootstrap.org +++ b/bootstrap.org @@ -7,7 +7,7 @@ A literate programming file for bootstraping my Emacs Configuration. #+begin_src emacs-lisp :exports none ;;; bootstrap.el --- file for bootstraping my Emacs Configuration ;; - ;; © 2021-2022 Howard X. Abrams + ;; © 2021-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/elisp/boxes-extras.el b/elisp/boxes-extras.el index cce7bb5..ebf55ba 100644 --- a/elisp/boxes-extras.el +++ b/elisp/boxes-extras.el @@ -1,7 +1,7 @@ ;;; BOXES-EXTRAS --- Refiling Subtrees to Proper Org Files ;; ;; Author: Howard Abrams -;; © 2019-2022 Howard Abrams, all rights reserved. +;; © 2019-2023 Howard Abrams, all rights reserved. ;; This work is licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; Created: 7 January 2019 diff --git a/elisp/boxes.el b/elisp/boxes.el index 8d59d32..c1d367d 100644 --- a/elisp/boxes.el +++ b/elisp/boxes.el @@ -1,7 +1,7 @@ ;;; BOXES --- An opinionated approach to a GTD workflow ;; ;; Author: Howard Abrams -;; © 2019-2022 Howard Abrams, all rights reserved. +;; © 2019-2023 Howard Abrams, all rights reserved. ;; This work is licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; Created: 7 January 2019 diff --git a/ha-agendas.org b/ha-agendas.org index 7bdcfaf..9338e1b 100644 --- a/ha-agendas.org +++ b/ha-agendas.org @@ -7,7 +7,7 @@ A literate programming configuration for fancy agenda and todo lists. #+begin_src emacs-lisp :exports none ;;; ha-agendas --- Configuration for fancy agenda and todo lists. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-aux-apps.org b/ha-aux-apps.org index b687c2e..04b1e02 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -7,7 +7,7 @@ A literate programming file for helper apps in Emacs. #+begin_src emacs-lisp :exports none ;;; ha-aux-apps --- Configuring helper apps in Emacs. -*- lexical-binding: t; -*- ;; - ;; © 2021-2022 Howard X. Abrams + ;; © 2021-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-capturing-notes.org b/ha-capturing-notes.org index c098fcc..735beb1 100644 --- a/ha-capturing-notes.org +++ b/ha-capturing-notes.org @@ -7,7 +7,7 @@ A literate programming file for configuring org for capturing notes. #+begin_src emacs-lisp :exports none ;;; capturing-notes --- Configuring org for capturing notes. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-config.org b/ha-config.org index cd37fd2..00a5b95 100644 --- a/ha-config.org +++ b/ha-config.org @@ -7,7 +7,7 @@ A literate programming file for configuring Emacs. #+begin_src emacs-lisp :exports none ;;; ha-config --- Emacs configuration. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-dashboard.org b/ha-dashboard.org index 6cebc14..d54dbf2 100644 --- a/ha-dashboard.org +++ b/ha-dashboard.org @@ -8,7 +8,7 @@ A literate programming file for configuring Emacs to show a startup screen. #+begin_src emacs-lisp :exports none ;;; ha-dashboard --- show a startup screen. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard Abrams + ;; © 2022-2023 Howard Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-data.org b/ha-data.org index 33baa29..0f4dc3b 100644 --- a/ha-data.org +++ b/ha-data.org @@ -8,7 +8,7 @@ A literate programming file for configuring Emacs to edit files of data. #+begin_src emacs-lisp :exports none ;;; ha-data --- edit data files. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-display.org b/ha-display.org index 7b702a8..75c8f51 100644 --- a/ha-display.org +++ b/ha-display.org @@ -7,7 +7,7 @@ A literate programming file to configure the Emacs UI. #+begin_src emacs-lisp :exports none ;;; ha-display --- Emacs UI configuration. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-email.org b/ha-email.org index f86613b..9ffab1d 100644 --- a/ha-email.org +++ b/ha-email.org @@ -7,7 +7,7 @@ A literate configuration file for email using Notmuch. #+begin_src emacs-lisp :exports none ;;; ha-email --- Email configuration using Notmuch. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-eshell.org b/ha-eshell.org index da6f0e4..5c56831 100644 --- a/ha-eshell.org +++ b/ha-eshell.org @@ -7,7 +7,7 @@ A literate programming file for configuring the Emacs Shell. #+begin_src emacs-lisp :exports none ;;; ha-eshell --- Emacs Shell configuration. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-feed-reader.org b/ha-feed-reader.org index e9f9df9..b924ad4 100644 --- a/ha-feed-reader.org +++ b/ha-feed-reader.org @@ -7,7 +7,7 @@ A literate programming file for configuring =elfeed= in Emacs. #+begin_src emacs-lisp :exports none ;;; ha-config --- ElFeed configuration. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-irc.org b/ha-irc.org index 4992252..20933fb 100644 --- a/ha-irc.org +++ b/ha-irc.org @@ -7,7 +7,7 @@ A literate programming configuration file for IRC communiction. #+begin_src emacs-lisp :exports none ;;; ha-irc.el --- configuration for IRC communication. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-org-clipboard.org b/ha-org-clipboard.org index 4070f9a..5126fbe 100644 --- a/ha-org-clipboard.org +++ b/ha-org-clipboard.org @@ -7,7 +7,7 @@ A literate programming file of functions for formatting Emacs text and code into #+begin_src emacs-lisp :exports none ;;; org-clipboard --- Functions for formatting the clipboard. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-org-journaling.org b/ha-org-journaling.org index 4aea104..cad7277 100644 --- a/ha-org-journaling.org +++ b/ha-org-journaling.org @@ -8,7 +8,7 @@ A literate programming configuration file for extending the Journaling capabilit #+begin_src emacs-lisp :exports none ;;; org-journaling --- Configuring journals in org. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; This work is licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-org-publishing.org b/ha-org-publishing.org index a718270..7903c18 100644 --- a/ha-org-publishing.org +++ b/ha-org-publishing.org @@ -7,7 +7,7 @@ A literate programming file for publishing my website using org. #+begin_src emacs-lisp :exports none ;;; org-publishing --- Publishing my website using org. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-org-sprint.org b/ha-org-sprint.org index 5473bfc..763406f 100644 --- a/ha-org-sprint.org +++ b/ha-org-sprint.org @@ -7,7 +7,7 @@ A literate program for configuring org files for work-related notes. #+begin_src emacs-lisp :exports none ;;; org-sprint --- Configuring org files for work-related notes. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-org-word-processor.org b/ha-org-word-processor.org index 483f06d..3ec742e 100644 --- a/ha-org-word-processor.org +++ b/ha-org-word-processor.org @@ -8,7 +8,7 @@ A literate programming file for making Org file more readable. #+begin_src emacs-lisp :exports none ;;; ha-org-word-processor --- Making Org file more readable. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-org.org b/ha-org.org index 13f7baa..b4751a1 100644 --- a/ha-org.org +++ b/ha-org.org @@ -7,7 +7,7 @@ A literate programming file for configuring org-mode and those files. #+begin_src emacs-lisp :exports none ;;; ha --- Org configuration. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-passwords.org b/ha-passwords.org index 9cb2fe4..94864ba 100644 --- a/ha-passwords.org +++ b/ha-passwords.org @@ -7,7 +7,7 @@ A literate programming version for Emacs code to generate and store passwords. #+begin_src emacs-lisp :exports none ;;; ha-passwords --- Emacs code to generate and store passwords. -*- lexical-binding: t; -*- ;; - ;; © 2021-2022 Howard X. Abrams + ;; © 2021-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-clojure.org b/ha-programming-clojure.org index 81bdf22..db70b57 100644 --- a/ha-programming-clojure.org +++ b/ha-programming-clojure.org @@ -8,7 +8,7 @@ A literate programming file for programming in Clojure. #+begin_src emacs-lisp :exports none ;;; ha-programming-clojure --- programming in Clojure. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-elisp.org b/ha-programming-elisp.org index bf8e1b8..130b5f3 100644 --- a/ha-programming-elisp.org +++ b/ha-programming-elisp.org @@ -7,7 +7,7 @@ A literate programming file for configuring Emacs for Lisp programming. #+begin_src emacs-lisp :exports none ;;; ha-lisp --- configuring Emacs for Lisp programming. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-haskell.org b/ha-programming-haskell.org index cfc45cf..9ab8d9a 100644 --- a/ha-programming-haskell.org +++ b/ha-programming-haskell.org @@ -7,7 +7,7 @@ A literate programming file for configuring Emacs to use [[https://www.haskell.o #+begin_src emacs-lisp :exports none ;;; ha-programming-haskell --- configuring for haskell. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-ocaml.org b/ha-programming-ocaml.org index 6d4f2c2..70c3bcc 100644 --- a/ha-programming-ocaml.org +++ b/ha-programming-ocaml.org @@ -7,7 +7,7 @@ A literate programming file for integrating the [[https://ocaml.org/][OCaml prog #+begin_src emacs-lisp :exports none ;;; ha-programming-ocaml --- integrating OCaml -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-python.org b/ha-programming-python.org index 5532562..0c166d5 100644 --- a/ha-programming-python.org +++ b/ha-programming-python.org @@ -7,7 +7,7 @@ A literate programming file for configuring Python. #+begin_src emacs-lisp :exports none ;;; ha-programming-python --- Python configuration. -*- lexical-binding: t; -*- ;; - ;; © 2021-2022 Howard X. Abrams + ;; © 2021-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-ruby.org b/ha-programming-ruby.org index 5dd34d9..1f0d94b 100644 --- a/ha-programming-ruby.org +++ b/ha-programming-ruby.org @@ -8,7 +8,7 @@ A literate programming file for configuring Emacs to support the Ruby programmin #+begin_src emacs-lisp :exports none ;;; ha-programming-ruby --- Ruby configuration. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-rust.org b/ha-programming-rust.org index 5fa635b..66cf024 100644 --- a/ha-programming-rust.org +++ b/ha-programming-rust.org @@ -8,7 +8,7 @@ A literate programming file for configuring Rust with Emacs. #+begin_src emacs-lisp :exports none ;;; ha-programming-rust --- configuring a rust environment. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming-scheme.org b/ha-programming-scheme.org index 4a3225c..1fbf1c7 100644 --- a/ha-programming-scheme.org +++ b/ha-programming-scheme.org @@ -7,7 +7,7 @@ A literate programming file configuring Emacs. #+begin_src emacs-lisp :exports none ;;; ha-programming-scheme --- Configuration for Scheme. -*- lexical-binding: t; -*- ;; - ;; © 2022 Howard X. Abrams + ;; © 2022-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-programming.org b/ha-programming.org index 26c36fc..a07469b 100644 --- a/ha-programming.org +++ b/ha-programming.org @@ -7,7 +7,7 @@ A literate programming file for helping me program. #+begin_src emacs-lisp :exports none ;;; general-programming --- Configuration for general languages. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;; diff --git a/ha-remoting.org b/ha-remoting.org index e051ba1..e626872 100644 --- a/ha-remoting.org +++ b/ha-remoting.org @@ -7,7 +7,7 @@ A literate configuration for accessing remote systems. #+begin_src emacs-lisp :exports none ;;; ha-remoting --- Accessing remote systems. -*- lexical-binding: t; -*- ;; - ;; © 2020-2022 Howard X. Abrams + ;; © 2020-2023 Howard X. Abrams ;; Licensed under a Creative Commons Attribution 4.0 International License. ;; See http://creativecommons.org/licenses/by/4.0/ ;;