From edeef9ee4b561da6a684796de338c3a9c579055f Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 15 Sep 2020 09:19:15 +0300 Subject: [PATCH] Make the file metadata more uniform --- core/prelude-core.el | 2 -- core/prelude-custom.el | 2 -- core/prelude-editor.el | 2 -- core/prelude-global-keybindings.el | 2 -- core/prelude-linux.el | 2 -- core/prelude-macos.el | 2 -- core/prelude-mode.el | 2 -- core/prelude-packages.el | 2 -- core/prelude-ui.el | 2 -- init.el | 2 +- modules/prelude-c.el | 2 -- modules/prelude-clojure.el | 4 +--- modules/prelude-coffee.el | 2 -- modules/prelude-common-lisp.el | 2 -- modules/prelude-company.el | 2 -- modules/prelude-css.el | 4 +--- modules/prelude-dart.el | 4 +--- modules/prelude-elixir.el | 2 -- modules/prelude-emacs-lisp.el | 3 --- modules/prelude-erc.el | 2 -- modules/prelude-erlang.el | 2 -- modules/prelude-evil.el | 4 +--- modules/prelude-go.el | 3 +-- modules/prelude-haskell.el | 2 -- modules/prelude-helm-everywhere.el | 2 -- modules/prelude-helm.el | 2 -- modules/prelude-ido.el | 2 -- modules/prelude-ivy.el | 2 -- modules/prelude-js.el | 2 -- modules/prelude-key-chord.el | 1 - modules/prelude-latex.el | 2 -- modules/prelude-lisp.el | 2 -- modules/prelude-lsp.el | 2 -- modules/prelude-ocaml.el | 4 +--- modules/prelude-org.el | 2 -- modules/prelude-perl.el | 2 -- modules/prelude-programming.el | 2 -- modules/prelude-python.el | 2 -- modules/prelude-ruby.el | 2 -- modules/prelude-rust.el | 2 -- modules/prelude-scala.el | 2 -- modules/prelude-scheme.el | 2 -- modules/prelude-scss.el | 2 -- modules/prelude-shell.el | 2 -- modules/prelude-ts.el | 2 -- modules/prelude-web.el | 4 +--- modules/prelude-xml.el | 2 -- modules/prelude-yaml.el | 4 +--- 48 files changed, 9 insertions(+), 102 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 7307a96..8c62997 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 5a5410b..4e4b9bc 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-editor.el b/core/prelude-editor.el index abcecee..65fb389 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 34f3b9d..b29c4b6 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-linux.el b/core/prelude-linux.el index 7c3ec76..7b60109 100644 --- a/core/prelude-linux.el +++ b/core/prelude-linux.el @@ -4,8 +4,6 @@ ;; ;; Author: Stanislav Arnaudov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-macos.el b/core/prelude-macos.el index e7198cb..eab55ae 100644 --- a/core/prelude-macos.el +++ b/core/prelude-macos.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 80d06c7..fa53a6d 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 7ac5a7d..7bdaffa 100644 --- a/core/prelude-packages.el +++ b/core/prelude-packages.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/core/prelude-ui.el b/core/prelude-ui.el index ac80ced..286d433 100644 --- a/core/prelude-ui.el +++ b/core/prelude-ui.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/init.el b/init.el index e3c4415..3d8dbe0 100644 --- a/init.el +++ b/init.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov -;; URL: https://prelude.emacsredux.com +;; URL: https://github.com/bbatsov/prelude ;; Version: 1.0.0 ;; Keywords: convenience diff --git a/modules/prelude-c.el b/modules/prelude-c.el index fda9b87..894e870 100644 --- a/modules/prelude-c.el +++ b/modules/prelude-c.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-clojure.el b/modules/prelude-clojure.el index 1dff298..ce65e6f 100644 --- a/modules/prelude-clojure.el +++ b/modules/prelude-clojure.el @@ -3,9 +3,7 @@ ;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov -;; URL: https://prelude.emacsredux.com -;; Version: 1.0.0 -;; Keywords: convenience +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-coffee.el b/modules/prelude-coffee.el index 8138d3d..d4309a9 100644 --- a/modules/prelude-coffee.el +++ b/modules/prelude-coffee.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-common-lisp.el b/modules/prelude-common-lisp.el index 61e6c21..93fd97f 100644 --- a/modules/prelude-common-lisp.el +++ b/modules/prelude-common-lisp.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-company.el b/modules/prelude-company.el index 65ff655..f9f0972 100644 --- a/modules/prelude-company.el +++ b/modules/prelude-company.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-css.el b/modules/prelude-css.el index 4606bf9..0459db3 100644 --- a/modules/prelude-css.el +++ b/modules/prelude-css.el @@ -3,9 +3,7 @@ ;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov -;; URL: http://www.batsov.com/emacs-prelude -;; Version: 1.0.0 -;; Keywords: convenience +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-dart.el b/modules/prelude-dart.el index ed171ca..9513b6c 100644 --- a/modules/prelude-dart.el +++ b/modules/prelude-dart.el @@ -3,9 +3,7 @@ ;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Rafael Medina -;; URL: https://prelude.emacsredux.com -;; Version: 1.0.0 -;; Keywords: convenience +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-elixir.el b/modules/prelude-elixir.el index b73f13c..2cac9a4 100644 --- a/modules/prelude-elixir.el +++ b/modules/prelude-elixir.el @@ -3,8 +3,6 @@ ;; Copyright © 2014-2020 Samuel Tonini ;; ;; Author: Samuel Tonini -;; Version: 1.0.0 -;; Keywords: convenience elixir ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-emacs-lisp.el b/modules/prelude-emacs-lisp.el index 46053d1..ba4b344 100644 --- a/modules/prelude-emacs-lisp.el +++ b/modules/prelude-emacs-lisp.el @@ -4,9 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience -;; Package-Requires: ((prelude-lisp "1.0.0")) ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-erc.el b/modules/prelude-erc.el index 25fbda6..a4f77ff 100644 --- a/modules/prelude-erc.el +++ b/modules/prelude-erc.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-erlang.el b/modules/prelude-erlang.el index 8d779f0..6acd4da 100644 --- a/modules/prelude-erlang.el +++ b/modules/prelude-erlang.el @@ -3,8 +3,6 @@ ;; Copyright © 2011-2020 Gleb Peregud ;; ;; Author: Gleb Peregud -;; Version: 1.0.0 -;; Keywords: convenience erlang ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-evil.el b/modules/prelude-evil.el index 4f38147..766c167 100644 --- a/modules/prelude-evil.el +++ b/modules/prelude-evil.el @@ -3,9 +3,7 @@ ;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov -;; URL: https://prelude.emacsredux.com -;; Version: 1.0.0 -;; Keywords: convenience +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-go.el b/modules/prelude-go.el index 474db65..40277b9 100644 --- a/modules/prelude-go.el +++ b/modules/prelude-go.el @@ -1,8 +1,7 @@ ;;; prelude-go.el --- Emacs Prelude: Go programming support. ;; ;; Author: Doug MacEachern -;; Version: 1.0.0 -;; Keywords: convenience go +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-haskell.el b/modules/prelude-haskell.el index d8564d3..7c7f90e 100644 --- a/modules/prelude-haskell.el +++ b/modules/prelude-haskell.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-helm-everywhere.el b/modules/prelude-helm-everywhere.el index c41c3dc..83d55d2 100644 --- a/modules/prelude-helm-everywhere.el +++ b/modules/prelude-helm-everywhere.el @@ -4,8 +4,6 @@ ;; ;; Author: Tu, Do Hoang (tuhdo1710@gmail.com) ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index cbf217f..b318096 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-ido.el b/modules/prelude-ido.el index ad2a8ce..d8bc270 100644 --- a/modules/prelude-ido.el +++ b/modules/prelude-ido.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-ivy.el b/modules/prelude-ivy.el index 1c40405..f02b702 100644 --- a/modules/prelude-ivy.el +++ b/modules/prelude-ivy.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-js.el b/modules/prelude-js.el index a4adac5..388ea84 100644 --- a/modules/prelude-js.el +++ b/modules/prelude-js.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-key-chord.el b/modules/prelude-key-chord.el index e3a7b5d..0ce6882 100644 --- a/modules/prelude-key-chord.el +++ b/modules/prelude-key-chord.el @@ -4,7 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 ;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-latex.el b/modules/prelude-latex.el index f2e4e33..fe5b42a 100644 --- a/modules/prelude-latex.el +++ b/modules/prelude-latex.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-lisp.el b/modules/prelude-lisp.el index 0ab50e5..c0c51ac 100644 --- a/modules/prelude-lisp.el +++ b/modules/prelude-lisp.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-lsp.el b/modules/prelude-lsp.el index 9d0d504..f067f04 100644 --- a/modules/prelude-lsp.el +++ b/modules/prelude-lsp.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov, Ben Alex ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-ocaml.el b/modules/prelude-ocaml.el index 2aba077..78fd817 100644 --- a/modules/prelude-ocaml.el +++ b/modules/prelude-ocaml.el @@ -4,8 +4,6 @@ ;; ;; Author: Geoff Shannon ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. @@ -16,7 +14,7 @@ ;; These setups for ocaml assume that you are using the OPAM package ;; manager (http://opam.ocaml.org/). -;; Because of the apparent complexity of getting emacs environment +;; Because of the apparent complexity of getting Emacs environment ;; variables setup to use opam correctly, it is instead easier to use ;; opam itself to execute any necessary commands. diff --git a/modules/prelude-org.el b/modules/prelude-org.el index 19fba01..aec4a11 100644 --- a/modules/prelude-org.el +++ b/modules/prelude-org.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-perl.el b/modules/prelude-perl.el index 2a453ab..c644b80 100644 --- a/modules/prelude-perl.el +++ b/modules/prelude-perl.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index 9652bd7..edfc0ef 100644 --- a/modules/prelude-programming.el +++ b/modules/prelude-programming.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-python.el b/modules/prelude-python.el index b409942..735b9d5 100644 --- a/modules/prelude-python.el +++ b/modules/prelude-python.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-ruby.el b/modules/prelude-ruby.el index 6b0e84a..1846709 100644 --- a/modules/prelude-ruby.el +++ b/modules/prelude-ruby.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-rust.el b/modules/prelude-rust.el index 5a04bcf..a0389bf 100644 --- a/modules/prelude-rust.el +++ b/modules/prelude-rust.el @@ -1,8 +1,6 @@ ;;; prelude-rust.el --- Emacs Prelude: Rust programming support. ;; ;; Authors: Doug MacEachern, Manoel Vilela, Ben Alex -;; Version: 1.0.1 -;; Keywords: convenience rust ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-scala.el b/modules/prelude-scala.el index 390e388..08efc0c 100644 --- a/modules/prelude-scala.el +++ b/modules/prelude-scala.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-scheme.el b/modules/prelude-scheme.el index 69eaeba..a4f9456 100644 --- a/modules/prelude-scheme.el +++ b/modules/prelude-scheme.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-scss.el b/modules/prelude-scss.el index 4467520..6882eb2 100644 --- a/modules/prelude-scss.el +++ b/modules/prelude-scss.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-shell.el b/modules/prelude-shell.el index 8aaaff8..8ef88c4 100644 --- a/modules/prelude-shell.el +++ b/modules/prelude-shell.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-ts.el b/modules/prelude-ts.el index 50a96e0..0aa6421 100644 --- a/modules/prelude-ts.el +++ b/modules/prelude-ts.el @@ -3,8 +3,6 @@ ;; Copyright © 2011-2020 LEE Dongjun ;; ;; Author: LEE Dongjun -;; Version: 1.0.0 -;; Keywords: convenience typescript ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-web.el b/modules/prelude-web.el index 58fb17b..45aa7a8 100644 --- a/modules/prelude-web.el +++ b/modules/prelude-web.el @@ -3,9 +3,7 @@ ;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov -;; URL: http://www.batsov.com/emacs-prelude -;; Version: 1.0.0 -;; Keywords: convenience +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-xml.el b/modules/prelude-xml.el index 38c7c98..35810ba 100644 --- a/modules/prelude-xml.el +++ b/modules/prelude-xml.el @@ -4,8 +4,6 @@ ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude -;; Version: 1.0.0 -;; Keywords: convenience ;; This file is not part of GNU Emacs. diff --git a/modules/prelude-yaml.el b/modules/prelude-yaml.el index b78593c..f8e6f14 100644 --- a/modules/prelude-yaml.el +++ b/modules/prelude-yaml.el @@ -3,9 +3,7 @@ ;; Copyright © 2011-2020 Bozhidar Batsov ;; ;; Author: ToBeReplaced -;; URL: https://prelude.emacsredux.com -;; Version: 1.0.0 -;; Keywords: convenience yaml +;; URL: https://github.com/bbatsov/prelude ;; This file is not part of GNU Emacs.