Browse Source

Make the file metadata more uniform

custom
Bozhidar Batsov 5 years ago
parent
commit
edeef9ee4b
  1. 2
      core/prelude-core.el
  2. 2
      core/prelude-custom.el
  3. 2
      core/prelude-editor.el
  4. 2
      core/prelude-global-keybindings.el
  5. 2
      core/prelude-linux.el
  6. 2
      core/prelude-macos.el
  7. 2
      core/prelude-mode.el
  8. 2
      core/prelude-packages.el
  9. 2
      core/prelude-ui.el
  10. 2
      init.el
  11. 2
      modules/prelude-c.el
  12. 4
      modules/prelude-clojure.el
  13. 2
      modules/prelude-coffee.el
  14. 2
      modules/prelude-common-lisp.el
  15. 2
      modules/prelude-company.el
  16. 4
      modules/prelude-css.el
  17. 4
      modules/prelude-dart.el
  18. 2
      modules/prelude-elixir.el
  19. 3
      modules/prelude-emacs-lisp.el
  20. 2
      modules/prelude-erc.el
  21. 2
      modules/prelude-erlang.el
  22. 4
      modules/prelude-evil.el
  23. 3
      modules/prelude-go.el
  24. 2
      modules/prelude-haskell.el
  25. 2
      modules/prelude-helm-everywhere.el
  26. 2
      modules/prelude-helm.el
  27. 2
      modules/prelude-ido.el
  28. 2
      modules/prelude-ivy.el
  29. 2
      modules/prelude-js.el
  30. 1
      modules/prelude-key-chord.el
  31. 2
      modules/prelude-latex.el
  32. 2
      modules/prelude-lisp.el
  33. 2
      modules/prelude-lsp.el
  34. 4
      modules/prelude-ocaml.el
  35. 2
      modules/prelude-org.el
  36. 2
      modules/prelude-perl.el
  37. 2
      modules/prelude-programming.el
  38. 2
      modules/prelude-python.el
  39. 2
      modules/prelude-ruby.el
  40. 2
      modules/prelude-rust.el
  41. 2
      modules/prelude-scala.el
  42. 2
      modules/prelude-scheme.el
  43. 2
      modules/prelude-scss.el
  44. 2
      modules/prelude-shell.el
  45. 2
      modules/prelude-ts.el
  46. 4
      modules/prelude-web.el
  47. 2
      modules/prelude-xml.el
  48. 4
      modules/prelude-yaml.el

2
core/prelude-core.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-custom.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-editor.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-global-keybindings.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-linux.el

@ -4,8 +4,6 @@
;;
;; Author: Stanislav Arnaudov <stanislav_ts@avb.bg>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-macos.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-mode.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-packages.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
core/prelude-ui.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
init.el

@ -3,7 +3,7 @@
;; Copyright (c) 2011-2020 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://prelude.emacsredux.com
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience

2
modules/prelude-c.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

4
modules/prelude-clojure.el

@ -3,9 +3,7 @@
;; Copyright © 2011-2020 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; 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.

2
modules/prelude-coffee.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-common-lisp.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-company.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

4
modules/prelude-css.el

@ -3,9 +3,7 @@
;; Copyright © 2011-2020 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; 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.

4
modules/prelude-dart.el

@ -3,9 +3,7 @@
;; Copyright © 2011-2020 Bozhidar Batsov
;;
;; Author: Rafael Medina <rafaelmedina789@gmail.com>
;; 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.

2
modules/prelude-elixir.el

@ -3,8 +3,6 @@
;; Copyright © 2014-2020 Samuel Tonini
;;
;; Author: Samuel Tonini <tonini.samuel@gmail.com>
;; Version: 1.0.0
;; Keywords: convenience elixir
;; This file is not part of GNU Emacs.

3
modules/prelude-emacs-lisp.el

@ -4,9 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; 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.

2
modules/prelude-erc.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-erlang.el

@ -3,8 +3,6 @@
;; Copyright © 2011-2020 Gleb Peregud
;;
;; Author: Gleb Peregud <gleber.p@gmail.com>
;; Version: 1.0.0
;; Keywords: convenience erlang
;; This file is not part of GNU Emacs.

4
modules/prelude-evil.el

@ -3,9 +3,7 @@
;; Copyright © 2011-2020 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; 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.

3
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.

2
modules/prelude-haskell.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
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.

2
modules/prelude-helm.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-ido.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-ivy.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-js.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

1
modules/prelude-key-chord.el

@ -4,7 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-latex.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-lisp.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
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.

4
modules/prelude-ocaml.el

@ -4,8 +4,6 @@
;;
;; Author: Geoff Shannon <geoffpshannon@gmail.com>
;; 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.

2
modules/prelude-org.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-perl.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-programming.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-python.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-ruby.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
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.

2
modules/prelude-scala.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-scheme.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-scss.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.batsov.com/emacs-prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-shell.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

2
modules/prelude-ts.el

@ -3,8 +3,6 @@
;; Copyright © 2011-2020 LEE Dongjun
;;
;; Author: LEE Dongjun <redongjun@gmail.com>
;; Version: 1.0.0
;; Keywords: convenience typescript
;; This file is not part of GNU Emacs.

4
modules/prelude-web.el

@ -3,9 +3,7 @@
;; Copyright © 2011-2020 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; 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.

2
modules/prelude-xml.el

@ -4,8 +4,6 @@
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude
;; Version: 1.0.0
;; Keywords: convenience
;; This file is not part of GNU Emacs.

4
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.

Loading…
Cancel
Save