diff --git a/CHANGELOG.md b/CHANGELOG.md index 424047111d..4fa80d1812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### New features +### Changes + +### Bugs fixed + +## 1.1.0 (2021-02-14) + +### New features + * Enable `nlinum-mode` or `display-line-numbers-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `t`. * Enable site-wide installation for Prelude. * Auto-installs `julia-mode` if needed. @@ -31,7 +39,7 @@ ### Bugs fixed -* [#1302](https://github.com/bbatsov/prelude/issues/1302): C-a should be bound to org-beginning-of-line in org-mode buffers +* [#1302](https://github.com/bbatsov/prelude/issues/1302): `C-a` should be bound to `org-beginning-of-line` in org-mode buffers. ## 1.0.0 (2020-09-15) diff --git a/README.md b/README.md index dacb585cb5..50c5d1b37d 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ welcome. GitHub pull requests are even better! :-) ## License -Copyright © 2011-2020 Bozhidar Batsov and +Copyright © 2011-2021 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 d9cb5b7979..3b18effcb2 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 26fd48a54a..52bb888baf 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 999c021ec6..215104860a 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 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 7116b3d124..451b91ad18 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-linux.el b/core/prelude-linux.el index 7b601090ea..3eed62de3e 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Stanislav Arnaudov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-macos.el b/core/prelude-macos.el index 829065d808..c635fa2858 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 5fb8c16cea..0156832878 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -1,6 +1,6 @@ ;;; prelude-mode.el --- Emacs Prelude: minor mode ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 9cb6fd1ee0..808b563ba9 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-ui.el b/core/prelude-ui.el index fed75fadd2..d2fb1f86f1 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-windows.el b/core/prelude-windows.el index 1fefef68ba..f5a25685e2 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-wsl.el b/core/prelude-wsl.el index deef9ff4b7..83646f08a5 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; URL: https://github.com/bbatsov/prelude diff --git a/init.el b/init.el index 46a7c26806..af126149ee 100644 --- a/init.el +++ b/init.el @@ -1,10 +1,10 @@ ;;; init.el --- Prelude's configuration entry point. ;; -;; Copyright (c) 2011-2020 Bozhidar Batsov +;; Copyright (c) 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.1.0-snapshot +;; Version: 1.1.0 ;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/mkdocs.yml b/mkdocs.yml index 1d522bc5ab..10272c9375 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-2020 Bozhidar Batsov and Prelude contributors" +copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors" docs_dir: doc pages: - Home: index.md diff --git a/modules/prelude-c.el b/modules/prelude-c.el index 894e870e5e..eaafea4bba 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-clojure.el b/modules/prelude-clojure.el index 1721ba06f3..3e2b7db6fa 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-coffee.el b/modules/prelude-coffee.el index d4309a992c..db5ca312e2 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 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 93fd97fd22..10ccbba748 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-company.el b/modules/prelude-company.el index 5dc291fd2b..2e6762474d 100644 --- a/modules/prelude-company.el +++ b/modules/prelude-company.el @@ -1,6 +1,6 @@ ;;; prelude-company.el --- company-mode setup ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-css.el b/modules/prelude-css.el index 0459db37db..8c546d929c 100644 --- a/modules/prelude-css.el +++ b/modules/prelude-css.el @@ -1,6 +1,6 @@ ;;; prelude-css.el --- Emacs Prelude: css support ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-dart.el b/modules/prelude-dart.el index a7f73d965b..84bb775c57 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Rafael Medina ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-elixir.el b/modules/prelude-elixir.el index 2cac9a490c..e9b68f9917 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-2020 Samuel Tonini +;; Copyright © 2014-2021 Samuel Tonini ;; ;; Author: Samuel Tonini diff --git a/modules/prelude-emacs-lisp.el b/modules/prelude-emacs-lisp.el index ba4b34452b..7a454a9c3d 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erc.el b/modules/prelude-erc.el index a4f77ff69e..805a2ef7a5 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erlang.el b/modules/prelude-erlang.el index 6acd4da5f9..dd88fa337f 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-2020 Gleb Peregud +;; Copyright © 2011-2021 Gleb Peregud ;; ;; Author: Gleb Peregud diff --git a/modules/prelude-evil.el b/modules/prelude-evil.el index 766c167109..220722b6d3 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-haskell.el b/modules/prelude-haskell.el index 7c7f90efe5..0264021e92 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 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 f6b0f95fe1..b77a78ec3a 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-2020 Tu, Do Hoang +;; Copyright © 2014-2021 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 b3180966a3..69e49621a9 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -1,6 +1,6 @@ ;;; prelude-helm.el --- Helm setup ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ido.el b/modules/prelude-ido.el index d8bc2701c5..06b786f8a5 100644 --- a/modules/prelude-ido.el +++ b/modules/prelude-ido.el @@ -1,6 +1,6 @@ ;;; prelude-ido.el --- Ido setup ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ivy.el b/modules/prelude-ivy.el index ee7dee9155..8277f58077 100644 --- a/modules/prelude-ivy.el +++ b/modules/prelude-ivy.el @@ -1,6 +1,6 @@ ;;; prelude-ivy.el --- Ivy setup ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-js.el b/modules/prelude-js.el index 388ea84239..35005aa017 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 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 0ce6882f7c..d1e28c14f8 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-latex.el b/modules/prelude-latex.el index fe5b42adcc..23c91ecda5 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lisp.el b/modules/prelude-lisp.el index c0c51acc4a..7573e7609f 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lsp.el b/modules/prelude-lsp.el index 37f37d8d35..6a02f40471 100644 --- a/modules/prelude-lsp.el +++ b/modules/prelude-lsp.el @@ -1,6 +1,6 @@ ;;; prelude-lsp.el --- lsp-mode setup ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov, Ben Alex ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ocaml.el b/modules/prelude-ocaml.el index 78fd81710e..8c22febf9a 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-2020 Geoff Shannon +;; Copyright © 2014-2021 Geoff Shannon ;; ;; Author: Geoff Shannon ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-org.el b/modules/prelude-org.el index ad21503023..586963b15f 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-perl.el b/modules/prelude-perl.el index c644b800eb..2b794b4282 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index 9907478ccc..669f8d6f27 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-python.el b/modules/prelude-python.el index 985fe46c55..0d72a795a8 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ruby.el b/modules/prelude-ruby.el index 0e786f302c..b83b636163 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scala.el b/modules/prelude-scala.el index 08efc0c447..169e00300f 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scheme.el b/modules/prelude-scheme.el index a4f94568bf..91960aedb5 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scss.el b/modules/prelude-scss.el index 6882eb2b90..0b0e2b19e7 100644 --- a/modules/prelude-scss.el +++ b/modules/prelude-scss.el @@ -1,6 +1,6 @@ ;;; prelude-scss.el --- Emacs Prelude: scss support ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 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 10a2c7b4df..2bd53a4287 100644 --- a/modules/prelude-selectrum.el +++ b/modules/prelude-selectrum.el @@ -1,6 +1,6 @@ ;;; prelude-selectrum.el --- Selectrum setup ;; -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-shell.el b/modules/prelude-shell.el index 8ef88c4ddf..62d3095edf 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ts.el b/modules/prelude-ts.el index 0aa642118a..e150586cfe 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-2020 LEE Dongjun +;; Copyright © 2011-2021 LEE Dongjun ;; ;; Author: LEE Dongjun diff --git a/modules/prelude-web.el b/modules/prelude-web.el index 45aa7a8d0d..98860368b4 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-xml.el b/modules/prelude-xml.el index 20b7e02bdd..f1fb51dfc3 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-yaml.el b/modules/prelude-yaml.el index f8e6f1438b..e0aff8fa41 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: ToBeReplaced ;; URL: https://github.com/bbatsov/prelude diff --git a/sample/prelude-modules.el b/sample/prelude-modules.el index 1ce77eba05..dcf849420b 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-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude