diff --git a/core/prelude-core.el b/core/prelude-core.el index 68da156..7307a96 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 9b9d9cf..3d66353 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-editor.el b/core/prelude-editor.el index d443a78..abcecee 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 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 146781c..34f3b9d 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-linux.el b/core/prelude-linux.el index 9388631..7c3ec76 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Stanislav Arnaudov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-macos.el b/core/prelude-macos.el index 46af478..e7198cb 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 719269a..80d06c7 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -1,6 +1,6 @@ ;;; prelude-mode.el --- Emacs Prelude: minor mode ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-packages.el b/core/prelude-packages.el index da49370..35ca54a 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-ui.el b/core/prelude-ui.el index fc57a2a..ac80ced 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/init.el b/init.el index a9d0788..013639b 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Prelude's configuration entry point. ;; -;; Copyright (c) 2011-2018 Bozhidar Batsov +;; Copyright (c) 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://batsov.com/prelude diff --git a/mkdocs.yml b/mkdocs.yml index 52e3af7..4a57b66 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) 2019 Bozhidar Batsov and Prelude contributors" +copyright: "Copyright (C) 2019-2020 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 8af8543..fda9b87 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-clojure.el b/modules/prelude-clojure.el index d813467..0a07718 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://batsov.com/prelude diff --git a/modules/prelude-coffee.el b/modules/prelude-coffee.el index 3bf9784..8138d3d 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 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 187bb3d..61e6c21 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-company.el b/modules/prelude-company.el index 4a9ed97..65ff655 100644 --- a/modules/prelude-company.el +++ b/modules/prelude-company.el @@ -1,6 +1,6 @@ ;;; prelude-company.el --- company-mode setup ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-css.el b/modules/prelude-css.el index c77e0c6..4606bf9 100644 --- a/modules/prelude-css.el +++ b/modules/prelude-css.el @@ -1,6 +1,6 @@ ;;; prelude-css.el --- Emacs Prelude: css support ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-elixir.el b/modules/prelude-elixir.el index 5e48965..b73f13c 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-2018 Samuel Tonini +;; Copyright © 2014-2020 Samuel Tonini ;; ;; Author: Samuel Tonini ;; Version: 1.0.0 diff --git a/modules/prelude-emacs-lisp.el b/modules/prelude-emacs-lisp.el index 29764c4..46053d1 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erc.el b/modules/prelude-erc.el index b3f7a48..25fbda6 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erlang.el b/modules/prelude-erlang.el index bece1f8..8d779f0 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-2018 Gleb Peregud +;; Copyright © 2011-2020 Gleb Peregud ;; ;; Author: Gleb Peregud ;; Version: 1.0.0 diff --git a/modules/prelude-evil.el b/modules/prelude-evil.el index f970475..c4612b8 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://batsov.com/prelude diff --git a/modules/prelude-haskell.el b/modules/prelude-haskell.el index 0e3cd39..d8564d3 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 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 d4c026f..c41c3dc 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-2018 Tu, Do Hoang +;; Copyright © 2014-2020 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 da56094..cbf217f 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -1,6 +1,6 @@ ;;; prelude-helm.el --- Helm setup ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ido.el b/modules/prelude-ido.el index 9a2c9ef..ad2a8ce 100644 --- a/modules/prelude-ido.el +++ b/modules/prelude-ido.el @@ -1,6 +1,6 @@ ;;; prelude-ido.el --- Ido setup ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ivy.el b/modules/prelude-ivy.el index 76245f5..1c40405 100644 --- a/modules/prelude-ivy.el +++ b/modules/prelude-ivy.el @@ -1,6 +1,6 @@ ;;; prelude-ivy.el --- Ivy setup ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-js.el b/modules/prelude-js.el index 6715ee4..6ff863f 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 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 297ffba..e3a7b5d 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-latex.el b/modules/prelude-latex.el index 4312de9..1762acb 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lisp.el b/modules/prelude-lisp.el index a155091..0ab50e5 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lsp.el b/modules/prelude-lsp.el index 2bd5f02..9d0d504 100644 --- a/modules/prelude-lsp.el +++ b/modules/prelude-lsp.el @@ -1,6 +1,6 @@ ;;; prelude-lsp.el --- lsp-mode setup ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 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 9c64b67..2aba077 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-2018 Geoff Shannon +;; Copyright © 2014-2020 Geoff Shannon ;; ;; Author: Geoff Shannon ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-org.el b/modules/prelude-org.el index 4a52d19..10f0610 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-perl.el b/modules/prelude-perl.el index e62b98d..2a453ab 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index a3f3d1b..9652bd7 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-python.el b/modules/prelude-python.el index 7ed08de..b409942 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ruby.el b/modules/prelude-ruby.el index e19bc35..6b0e84a 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scala.el b/modules/prelude-scala.el index 3cc8635..3e0914e 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scheme.el b/modules/prelude-scheme.el index bf8ff3a..69eaeba 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scss.el b/modules/prelude-scss.el index aafd27c..4467520 100644 --- a/modules/prelude-scss.el +++ b/modules/prelude-scss.el @@ -1,6 +1,6 @@ ;;; prelude-scss.el --- Emacs Prelude: scss support ;; -;; Copyright © 2011-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-shell.el b/modules/prelude-shell.el index 87dcc3d..8aaaff8 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ts.el b/modules/prelude-ts.el index e8caf2a..66e2fd3 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-2018 LEE Dongjun +;; Copyright © 2011-2020 LEE Dongjun ;; ;; Author: LEE Dongjun ;; Version: 1.0.0 diff --git a/modules/prelude-web.el b/modules/prelude-web.el index 1742180..58fb17b 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-xml.el b/modules/prelude-xml.el index b879b19..38c7c98 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-yaml.el b/modules/prelude-yaml.el index 10f6e3f..9968ff3 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-2018 Bozhidar Batsov +;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: ToBeReplaced ;; URL: http://batsov.com/prelude