diff --git a/README.md b/README.md index 5a94a41..2f0565e 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ welcome. GitHub pull requests are even better! :-) ## License -Copyright © 2011-2022 Bozhidar Batsov and +Copyright © 2011-2023 Bozhidar Batsov and [contributors](https://github.com/bbatsov/prelude/contributors). Distributed under the GNU General Public License, version 3 diff --git a/core/prelude-core.el b/core/prelude-core.el index 2b969c4..62db08d 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -1,6 +1,6 @@ ;;; prelude-core.el --- Emacs Prelude: Core Prelude functions. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-custom.el b/core/prelude-custom.el index b421543..2de4122 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -1,6 +1,6 @@ ;;; prelude-custom.el --- Emacs Prelude: Prelude's customizable variables. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 86ea0ea..2dfcf3d 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -1,6 +1,6 @@ ;;; prelude-editor.el --- Emacs Prelude: enhanced core editing experience. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index d79ed46..13dd8d9 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -1,6 +1,6 @@ ;;; prelude-global-keybindings.el --- Emacs Prelude: some useful keybindings. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-linux.el b/core/prelude-linux.el index a166bab..6e4139c 100644 --- a/core/prelude-linux.el +++ b/core/prelude-linux.el @@ -1,6 +1,6 @@ ;;; prelude-linux.el --- Emacs Prelude: linux specific settings. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Stanislav Arnaudov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-macos.el b/core/prelude-macos.el index aae1828..62c8082 100644 --- a/core/prelude-macos.el +++ b/core/prelude-macos.el @@ -1,6 +1,6 @@ ;;; prelude-macos.el --- Emacs Prelude: macOS specific settings. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 42562cb..e46369d 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -1,6 +1,6 @@ ;;; prelude-mode.el --- Emacs Prelude: minor mode ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-packages.el b/core/prelude-packages.el index f92104e..05f831c 100644 --- a/core/prelude-packages.el +++ b/core/prelude-packages.el @@ -1,6 +1,6 @@ ;;; prelude-packages.el --- Emacs Prelude: default package selection. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-ui.el b/core/prelude-ui.el index 9178ad7..2948323 100644 --- a/core/prelude-ui.el +++ b/core/prelude-ui.el @@ -1,6 +1,6 @@ ;;; prelude-ui.el --- Emacs Prelude: UI optimizations and tweaks. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-windows.el b/core/prelude-windows.el index 2a157fa..425e069 100644 --- a/core/prelude-windows.el +++ b/core/prelude-windows.el @@ -1,6 +1,6 @@ ;;; prelude-windows.el --- Emacs Prelude: Windows-specific setup. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-wsl.el b/core/prelude-wsl.el index 2dbac13..14bfc54 100644 --- a/core/prelude-wsl.el +++ b/core/prelude-wsl.el @@ -1,6 +1,6 @@ ;;; prelude-wsl.el --- Emacs Prelude: WSL-specific setup. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; URL: https://github.com/bbatsov/prelude diff --git a/init.el b/init.el index 955c9f3..f37fb5f 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Prelude's configuration entry point. ;; -;; Copyright (c) 2011-2022 Bozhidar Batsov +;; Copyright (c) 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/mkdocs.yml b/mkdocs.yml index 7839a26..30fad1e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone" repo_url: https://github.com/bbatsov/prelude -copyright: "Copyright (C) 2011-2022 Bozhidar Batsov and Prelude contributors" +copyright: "Copyright (C) 2011-2023 Bozhidar Batsov and Prelude contributors" docs_dir: docs nav: - Home: index.md diff --git a/modules/prelude-c.el b/modules/prelude-c.el index 0480b41..ebc2e52 100644 --- a/modules/prelude-c.el +++ b/modules/prelude-c.el @@ -1,6 +1,6 @@ ;;; prelude-c.el --- Emacs Prelude: cc-mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-clojure.el b/modules/prelude-clojure.el index 8a0b7a9..12f730b 100644 --- a/modules/prelude-clojure.el +++ b/modules/prelude-clojure.el @@ -1,6 +1,6 @@ ;;; prelude-clojure.el --- Emacs Prelude: Clojure programming configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-coffee.el b/modules/prelude-coffee.el index 361e1fa..875effc 100644 --- a/modules/prelude-coffee.el +++ b/modules/prelude-coffee.el @@ -1,6 +1,6 @@ ;;; prelude-coffee.el --- Emacs Prelude: CoffeeScript programming support. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-common-lisp.el b/modules/prelude-common-lisp.el index 308011b..7640390 100644 --- a/modules/prelude-common-lisp.el +++ b/modules/prelude-common-lisp.el @@ -1,6 +1,6 @@ ;;; prelude-common-lisp.el --- Emacs Prelude: lisp-mode and SLIME config. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-company.el b/modules/prelude-company.el index bab25c4..d9de6b9 100644 --- a/modules/prelude-company.el +++ b/modules/prelude-company.el @@ -1,6 +1,6 @@ ;;; prelude-company.el --- company-mode setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-css.el b/modules/prelude-css.el index 71ea75b..2d833d6 100644 --- a/modules/prelude-css.el +++ b/modules/prelude-css.el @@ -1,6 +1,6 @@ ;;; prelude-css.el --- Emacs Prelude: css support ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-dart.el b/modules/prelude-dart.el index a06bdec..3e4bb68 100644 --- a/modules/prelude-dart.el +++ b/modules/prelude-dart.el @@ -1,6 +1,6 @@ ;;; prelude-dart.el --- Emacs Prelude: Dart programming configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Rafael Medina ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-elixir.el b/modules/prelude-elixir.el index 8550c32..a6094df 100644 --- a/modules/prelude-elixir.el +++ b/modules/prelude-elixir.el @@ -1,6 +1,6 @@ ;;; prelude-elixir.el --- Emacs Prelude: Elixir programming support. ;; -;; Copyright © 2014-2022 Samuel Tonini +;; Copyright © 2014-2023 Samuel Tonini ;; ;; Author: Samuel Tonini diff --git a/modules/prelude-emacs-lisp.el b/modules/prelude-emacs-lisp.el index 6cb5592..c7fe80d 100644 --- a/modules/prelude-emacs-lisp.el +++ b/modules/prelude-emacs-lisp.el @@ -1,6 +1,6 @@ ;;; prelude-emacs-lisp.el --- Emacs Prelude: Nice config for Elisp programming. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erc.el b/modules/prelude-erc.el index 196ede6..a4cd472 100644 --- a/modules/prelude-erc.el +++ b/modules/prelude-erc.el @@ -1,6 +1,6 @@ ;;; prelude-erc.el --- Emacs Prelude: ERC mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erlang.el b/modules/prelude-erlang.el index 2c4dc54..4278ab0 100644 --- a/modules/prelude-erlang.el +++ b/modules/prelude-erlang.el @@ -1,6 +1,6 @@ ;;; prelude-erlang.el --- Emacs Prelude: Erlang programming support. ;; -;; Copyright © 2011-2022 Gleb Peregud +;; Copyright © 2011-2023 Gleb Peregud ;; ;; Author: Gleb Peregud diff --git a/modules/prelude-evil.el b/modules/prelude-evil.el index 9f46db5..eae90ae 100644 --- a/modules/prelude-evil.el +++ b/modules/prelude-evil.el @@ -1,6 +1,6 @@ ;;; prelude-evil.el --- Emacs Prelude: evil-mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-haskell.el b/modules/prelude-haskell.el index 90edfe5..0c4a4de 100644 --- a/modules/prelude-haskell.el +++ b/modules/prelude-haskell.el @@ -1,6 +1,6 @@ ;;; prelude-haskell.el --- Emacs Prelude: Nice config for Haskell programming. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-helm-everywhere.el b/modules/prelude-helm-everywhere.el index 0166bdd..7132d6c 100644 --- a/modules/prelude-helm-everywhere.el +++ b/modules/prelude-helm-everywhere.el @@ -1,6 +1,6 @@ ;;; prelude-helm-everywhere.el --- Enable Helm everywhere ;; -;; Copyright © 2014-2022 Tu, Do Hoang +;; Copyright © 2014-2023 Tu, Do Hoang ;; ;; Author: Tu, Do Hoang (tuhdo1710@gmail.com) ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index 75b0e5f..439591a 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -1,6 +1,6 @@ ;;; prelude-helm.el --- Helm setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ido.el b/modules/prelude-ido.el index 4f18da8..0a6fcf5 100644 --- a/modules/prelude-ido.el +++ b/modules/prelude-ido.el @@ -1,6 +1,6 @@ ;;; prelude-ido.el --- Ido setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ivy.el b/modules/prelude-ivy.el index 642051a..e5b42c9 100644 --- a/modules/prelude-ivy.el +++ b/modules/prelude-ivy.el @@ -1,6 +1,6 @@ ;;; prelude-ivy.el --- Ivy setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-js.el b/modules/prelude-js.el index 645426c..91e16bf 100644 --- a/modules/prelude-js.el +++ b/modules/prelude-js.el @@ -1,6 +1,6 @@ ;;; prelude-js.el --- Emacs Prelude: js-mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-key-chord.el b/modules/prelude-key-chord.el index eed249d..1bda008 100644 --- a/modules/prelude-key-chord.el +++ b/modules/prelude-key-chord.el @@ -1,6 +1,6 @@ ;;; prelude-key-chord.el --- Key chord setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-latex.el b/modules/prelude-latex.el index c233adf..60fe2f1 100644 --- a/modules/prelude-latex.el +++ b/modules/prelude-latex.el @@ -1,6 +1,6 @@ ;;; prelude-latex.el --- Emacs Prelude: Sane setup for LaTeX writers. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lisp.el b/modules/prelude-lisp.el index 4279afe..6129caf 100644 --- a/modules/prelude-lisp.el +++ b/modules/prelude-lisp.el @@ -1,6 +1,6 @@ ;;; prelude-lisp.el --- Emacs Prelude: Configuration common to all lisp modes. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lsp.el b/modules/prelude-lsp.el index 7b86550..a778d79 100644 --- a/modules/prelude-lsp.el +++ b/modules/prelude-lsp.el @@ -1,6 +1,6 @@ ;;; prelude-lsp.el --- lsp-mode setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov, Ben Alex ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lua.el b/modules/prelude-lua.el index d9ad153..f1fc63b 100644 --- a/modules/prelude-lua.el +++ b/modules/prelude-lua.el @@ -1,6 +1,6 @@ ;;; prelude-lua.el --- Emacs Prelude: Lua programming configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Xiongfei Shi ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ocaml.el b/modules/prelude-ocaml.el index e59814c..f1d05e4 100644 --- a/modules/prelude-ocaml.el +++ b/modules/prelude-ocaml.el @@ -1,6 +1,6 @@ ;;; prelude-ocaml.el --- Emacs Prelude: decent Perl coding settings. ;; -;; Copyright © 2014-2022 Geoff Shannon +;; Copyright © 2014-2023 Geoff Shannon ;; ;; Author: Geoff Shannon ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-org.el b/modules/prelude-org.el index 73f1706..f02733e 100644 --- a/modules/prelude-org.el +++ b/modules/prelude-org.el @@ -1,6 +1,6 @@ ;;; prelude-org.el --- Emacs Prelude: org-mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-perl.el b/modules/prelude-perl.el index c122f80..74878cb 100644 --- a/modules/prelude-perl.el +++ b/modules/prelude-perl.el @@ -1,6 +1,6 @@ ;;; prelude-perl.el --- Emacs Prelude: decent Perl coding settings. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index 5f9a5f0..b147b5a 100644 --- a/modules/prelude-programming.el +++ b/modules/prelude-programming.el @@ -1,6 +1,6 @@ ;;; prelude-programming.el --- Emacs Prelude: prog-mode configuration ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-python.el b/modules/prelude-python.el index ccccb1f..dfaceb5 100644 --- a/modules/prelude-python.el +++ b/modules/prelude-python.el @@ -1,6 +1,6 @@ ;;; prelude-python.el --- Emacs Prelude: python.el configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-racket.el b/modules/prelude-racket.el index 5ac3ca4..60f6c3a 100644 --- a/modules/prelude-racket.el +++ b/modules/prelude-racket.el @@ -1,6 +1,6 @@ ;;; prelude-racket.el --- Emacs Prelude: Racket programming support. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Xiongfei Shi ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ruby.el b/modules/prelude-ruby.el index 8a9f092..e166244 100644 --- a/modules/prelude-ruby.el +++ b/modules/prelude-ruby.el @@ -1,6 +1,6 @@ ;;; prelude-ruby.el --- Emacs Prelude: A nice setup for Ruby (and Rails) devs. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scala.el b/modules/prelude-scala.el index c4969e3..ac59f7d 100644 --- a/modules/prelude-scala.el +++ b/modules/prelude-scala.el @@ -1,6 +1,6 @@ ;;; prelude-scala.el --- Emacs Prelude: scala-mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scheme.el b/modules/prelude-scheme.el index fc6b428..3806be2 100644 --- a/modules/prelude-scheme.el +++ b/modules/prelude-scheme.el @@ -1,6 +1,6 @@ ;;; prelude-scheme.el --- Emacs Prelude: Some defaults for Scheme. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scss.el b/modules/prelude-scss.el index 6c93e71..fb68ff2 100644 --- a/modules/prelude-scss.el +++ b/modules/prelude-scss.el @@ -1,6 +1,6 @@ ;;; prelude-scss.el --- Emacs Prelude: scss support ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-selectrum.el b/modules/prelude-selectrum.el index b87934e..034a75d 100644 --- a/modules/prelude-selectrum.el +++ b/modules/prelude-selectrum.el @@ -1,6 +1,6 @@ ;;; prelude-selectrum.el --- Selectrum setup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-shell.el b/modules/prelude-shell.el index 370d825..a8a2214 100644 --- a/modules/prelude-shell.el +++ b/modules/prelude-shell.el @@ -1,6 +1,6 @@ ;;; prelude-shell.el --- Emacs Prelude: sh-mode configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ts.el b/modules/prelude-ts.el index 27e4067..435421c 100644 --- a/modules/prelude-ts.el +++ b/modules/prelude-ts.el @@ -1,6 +1,6 @@ ;;; prelude-ts.el --- Emacs Prelude: Typescript programming support. ;; -;; Copyright © 2011-2022 LEE Dongjun +;; Copyright © 2011-2023 LEE Dongjun ;; ;; Author: LEE Dongjun diff --git a/modules/prelude-web.el b/modules/prelude-web.el index 6f490cf..c6483fc 100644 --- a/modules/prelude-web.el +++ b/modules/prelude-web.el @@ -1,6 +1,6 @@ ;;; prelude-web.el --- Emacs Prelude: web template support ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-xml.el b/modules/prelude-xml.el index 771a408..06a8a90 100644 --- a/modules/prelude-xml.el +++ b/modules/prelude-xml.el @@ -1,6 +1,6 @@ ;;; prelude-xml.el --- Emacs Prelude: XML editing configuration. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-yaml.el b/modules/prelude-yaml.el index bb6d84f..ea53249 100644 --- a/modules/prelude-yaml.el +++ b/modules/prelude-yaml.el @@ -1,6 +1,6 @@ ;;; prelude-yaml.el --- Emacs Prelude: YAML programming support. ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: ToBeReplaced ;; URL: https://github.com/bbatsov/prelude diff --git a/sample/prelude-modules.el b/sample/prelude-modules.el index 7fa964f..6f11b42 100644 --- a/sample/prelude-modules.el +++ b/sample/prelude-modules.el @@ -1,6 +1,6 @@ ;;; prelude-modules.el --- A listing of modules to load on startup ;; -;; Copyright © 2011-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude