Browse Source

Update the copyright years

custom
Bozhidar Batsov 9 years ago
parent
commit
e0ca7c7003
  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-mode.el
  6. 2
      core/prelude-osx.el
  7. 2
      core/prelude-packages.el
  8. 2
      core/prelude-ui.el
  9. 2
      init.el
  10. 2
      modules/prelude-c.el
  11. 2
      modules/prelude-clojure.el
  12. 2
      modules/prelude-coffee.el
  13. 2
      modules/prelude-common-lisp.el
  14. 2
      modules/prelude-company.el
  15. 2
      modules/prelude-css.el
  16. 2
      modules/prelude-elixir.el
  17. 2
      modules/prelude-emacs-lisp.el
  18. 2
      modules/prelude-erc.el
  19. 2
      modules/prelude-erlang.el
  20. 2
      modules/prelude-evil.el
  21. 2
      modules/prelude-haskell.el
  22. 2
      modules/prelude-helm-everywhere.el
  23. 2
      modules/prelude-helm.el
  24. 2
      modules/prelude-ido.el
  25. 2
      modules/prelude-js.el
  26. 2
      modules/prelude-key-chord.el
  27. 2
      modules/prelude-latex.el
  28. 2
      modules/prelude-lisp.el
  29. 2
      modules/prelude-mediawiki.el
  30. 2
      modules/prelude-ocaml.el
  31. 2
      modules/prelude-org.el
  32. 2
      modules/prelude-perl.el
  33. 2
      modules/prelude-programming.el
  34. 2
      modules/prelude-python.el
  35. 2
      modules/prelude-ruby.el
  36. 2
      modules/prelude-scala.el
  37. 2
      modules/prelude-scheme.el
  38. 2
      modules/prelude-scss.el
  39. 2
      modules/prelude-shell.el
  40. 2
      modules/prelude-web.el
  41. 2
      modules/prelude-xml.el
  42. 2
      modules/prelude-yaml.el

2
core/prelude-core.el

@ -1,6 +1,6 @@
;;; prelude-core.el --- Emacs Prelude: Core Prelude functions. ;;; prelude-core.el --- Emacs Prelude: Core Prelude functions.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-custom.el

@ -1,6 +1,6 @@
;;; prelude-custom.el --- Emacs Prelude: Prelude's customizable variables. ;;; prelude-custom.el --- Emacs Prelude: Prelude's customizable variables.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-editor.el

@ -1,6 +1,6 @@
;;; prelude-editor.el --- Emacs Prelude: enhanced core editing experience. ;;; prelude-editor.el --- Emacs Prelude: enhanced core editing experience.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-global-keybindings.el

@ -1,6 +1,6 @@
;;; prelude-global-keybindings.el --- Emacs Prelude: some useful keybindings. ;;; prelude-global-keybindings.el --- Emacs Prelude: some useful keybindings.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-mode.el

@ -1,6 +1,6 @@
;;; prelude-mode.el --- Emacs Prelude: minor mode ;;; prelude-mode.el --- Emacs Prelude: minor mode
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-osx.el

@ -1,6 +1,6 @@
;;; prelude-osx.el --- Emacs Prelude: OSX specific settings. ;;; prelude-osx.el --- Emacs Prelude: OSX specific settings.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-packages.el

@ -1,6 +1,6 @@
;;; prelude-packages.el --- Emacs Prelude: default package selection. ;;; prelude-packages.el --- Emacs Prelude: default package selection.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
core/prelude-ui.el

@ -1,6 +1,6 @@
;;; prelude-ui.el --- Emacs Prelude: UI optimizations and tweaks. ;;; prelude-ui.el --- Emacs Prelude: UI optimizations and tweaks.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
init.el

@ -1,6 +1,6 @@
;;; init.el --- Prelude's configuration entry point. ;;; init.el --- Prelude's configuration entry point.
;; ;;
;; Copyright (c) 2011-2016 Bozhidar Batsov
;; Copyright (c) 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://batsov.com/prelude ;; URL: http://batsov.com/prelude

2
modules/prelude-c.el

@ -1,6 +1,6 @@
;;; prelude-c.el --- Emacs Prelude: cc-mode configuration. ;;; prelude-c.el --- Emacs Prelude: cc-mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-clojure.el

@ -1,6 +1,6 @@
;;; prelude-clojure.el --- Emacs Prelude: Clojure programming configuration. ;;; prelude-clojure.el --- Emacs Prelude: Clojure programming configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://batsov.com/prelude ;; URL: http://batsov.com/prelude

2
modules/prelude-coffee.el

@ -1,6 +1,6 @@
;;; prelude-coffee.el --- Emacs Prelude: CoffeeScript programming support. ;;; prelude-coffee.el --- Emacs Prelude: CoffeeScript programming support.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-common-lisp.el

@ -1,6 +1,6 @@
;;; prelude-common-lisp.el --- Emacs Prelude: lisp-mode and SLIME config. ;;; prelude-common-lisp.el --- Emacs Prelude: lisp-mode and SLIME config.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-company.el

@ -1,6 +1,6 @@
;;; prelude-company.el --- company-mode setup ;;; prelude-company.el --- company-mode setup
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-css.el

@ -1,6 +1,6 @@
;;; prelude-css.el --- Emacs Prelude: css support ;;; prelude-css.el --- Emacs Prelude: css support
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.batsov.com/emacs-prelude ;; URL: http://www.batsov.com/emacs-prelude

2
modules/prelude-elixir.el

@ -1,6 +1,6 @@
;;; prelude-elixir.el --- Emacs Prelude: Elixir programming support. ;;; prelude-elixir.el --- Emacs Prelude: Elixir programming support.
;; ;;
;; Copyright © 2014-2016 Samuel Tonini
;; Copyright © 2014-2017 Samuel Tonini
;; ;;
;; Author: Samuel Tonini <tonini.samuel@gmail.com> ;; Author: Samuel Tonini <tonini.samuel@gmail.com>
;; Version: 1.0.0 ;; Version: 1.0.0

2
modules/prelude-emacs-lisp.el

@ -1,6 +1,6 @@
;;; prelude-emacs-lisp.el --- Emacs Prelude: Nice config for Elisp programming. ;;; prelude-emacs-lisp.el --- Emacs Prelude: Nice config for Elisp programming.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-erc.el

@ -1,6 +1,6 @@
;;; prelude-erc.el --- Emacs Prelude: ERC mode configuration. ;;; prelude-erc.el --- Emacs Prelude: ERC mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-erlang.el

@ -1,6 +1,6 @@
;;; prelude-erlang.el --- Emacs Prelude: Erlang programming support. ;;; prelude-erlang.el --- Emacs Prelude: Erlang programming support.
;; ;;
;; Copyright © 2011-2016 Gleb Peregud
;; Copyright © 2011-2017 Gleb Peregud
;; ;;
;; Author: Gleb Peregud <gleber.p@gmail.com> ;; Author: Gleb Peregud <gleber.p@gmail.com>
;; Version: 1.0.0 ;; Version: 1.0.0

2
modules/prelude-evil.el

@ -1,6 +1,6 @@
;;; prelude-evil.el --- Emacs Prelude: evil-mode configuration. ;;; prelude-evil.el --- Emacs Prelude: evil-mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://batsov.com/prelude ;; URL: http://batsov.com/prelude

2
modules/prelude-haskell.el

@ -1,6 +1,6 @@
;;; prelude-haskell.el --- Emacs Prelude: Nice config for Haskell programming. ;;; prelude-haskell.el --- Emacs Prelude: Nice config for Haskell programming.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-helm-everywhere.el

@ -1,6 +1,6 @@
;;; prelude-helm-everywhere.el --- Enable Helm everywhere ;;; prelude-helm-everywhere.el --- Enable Helm everywhere
;; ;;
;; Copyright © 2014-2016 Tu, Do Hoang
;; Copyright © 2014-2017 Tu, Do Hoang
;; ;;
;; Author: Tu, Do Hoang (tuhdo1710@gmail.com) ;; Author: Tu, Do Hoang (tuhdo1710@gmail.com)
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-helm.el

@ -1,6 +1,6 @@
;;; prelude-helm.el --- Helm setup ;;; prelude-helm.el --- Helm setup
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-ido.el

@ -1,6 +1,6 @@
;;; prelude-ido.el --- Ido setup ;;; prelude-ido.el --- Ido setup
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-js.el

@ -1,6 +1,6 @@
;;; prelude-js.el --- Emacs Prelude: js-mode configuration. ;;; prelude-js.el --- Emacs Prelude: js-mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-key-chord.el

@ -1,6 +1,6 @@
;;; prelude-key-chord.el --- Key chord setup ;;; prelude-key-chord.el --- Key chord setup
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-latex.el

@ -1,6 +1,6 @@
;;; prelude-latex.el --- Emacs Prelude: Sane setup for LaTeX writers. ;;; prelude-latex.el --- Emacs Prelude: Sane setup for LaTeX writers.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-lisp.el

@ -1,6 +1,6 @@
;;; prelude-lisp.el --- Emacs Prelude: Configuration common to all lisp modes. ;;; prelude-lisp.el --- Emacs Prelude: Configuration common to all lisp modes.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-mediawiki.el

@ -1,6 +1,6 @@
;;; prelude-mediawiki.el --- Emacs Prelude: mediawiki editing config ;;; prelude-mediawiki.el --- Emacs Prelude: mediawiki editing config
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-ocaml.el

@ -1,6 +1,6 @@
;;; prelude-ocaml.el --- Emacs Prelude: decent Perl coding settings. ;;; prelude-ocaml.el --- Emacs Prelude: decent Perl coding settings.
;; ;;
;; Copyright © 2014-2016 Geoff Shannon
;; Copyright © 2014-2017 Geoff Shannon
;; ;;
;; Author: Geoff Shannon <geoffpshannon@gmail.com> ;; Author: Geoff Shannon <geoffpshannon@gmail.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-org.el

@ -1,6 +1,6 @@
;;; prelude-org.el --- Emacs Prelude: org-mode configuration. ;;; prelude-org.el --- Emacs Prelude: org-mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-perl.el

@ -1,6 +1,6 @@
;;; prelude-perl.el --- Emacs Prelude: decent Perl coding settings. ;;; prelude-perl.el --- Emacs Prelude: decent Perl coding settings.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-programming.el

@ -1,6 +1,6 @@
;;; prelude-programming.el --- Emacs Prelude: prog-mode configuration ;;; prelude-programming.el --- Emacs Prelude: prog-mode configuration
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-python.el

@ -1,6 +1,6 @@
;;; prelude-python.el --- Emacs Prelude: python.el configuration. ;;; prelude-python.el --- Emacs Prelude: python.el configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-ruby.el

@ -1,6 +1,6 @@
;;; prelude-ruby.el --- Emacs Prelude: A nice setup for Ruby (and Rails) devs. ;;; prelude-ruby.el --- Emacs Prelude: A nice setup for Ruby (and Rails) devs.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-scala.el

@ -1,6 +1,6 @@
;;; prelude-scala.el --- Emacs Prelude: scala-mode configuration. ;;; prelude-scala.el --- Emacs Prelude: scala-mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-scheme.el

@ -1,6 +1,6 @@
;;; prelude-scheme.el --- Emacs Prelude: Some defaults for Scheme. ;;; prelude-scheme.el --- Emacs Prelude: Some defaults for Scheme.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-scss.el

@ -1,6 +1,6 @@
;;; prelude-scss.el --- Emacs Prelude: scss support ;;; prelude-scss.el --- Emacs Prelude: scss support
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.batsov.com/emacs-prelude ;; URL: http://www.batsov.com/emacs-prelude

2
modules/prelude-shell.el

@ -1,6 +1,6 @@
;;; prelude-shell.el --- Emacs Prelude: sh-mode configuration. ;;; prelude-shell.el --- Emacs Prelude: sh-mode configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-web.el

@ -1,6 +1,6 @@
;;; prelude-web.el --- Emacs Prelude: web template support ;;; prelude-web.el --- Emacs Prelude: web template support
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.batsov.com/emacs-prelude ;; URL: http://www.batsov.com/emacs-prelude

2
modules/prelude-xml.el

@ -1,6 +1,6 @@
;;; prelude-xml.el --- Emacs Prelude: XML editing configuration. ;;; prelude-xml.el --- Emacs Prelude: XML editing configuration.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/prelude ;; URL: https://github.com/bbatsov/prelude

2
modules/prelude-yaml.el

@ -1,6 +1,6 @@
;;; prelude-yaml.el --- Emacs Prelude: YAML programming support. ;;; prelude-yaml.el --- Emacs Prelude: YAML programming support.
;; ;;
;; Copyright © 2011-2016 Bozhidar Batsov
;; Copyright © 2011-2017 Bozhidar Batsov
;; ;;
;; Author: ToBeReplaced ;; Author: ToBeReplaced
;; URL: http://batsov.com/prelude ;; URL: http://batsov.com/prelude

Loading…
Cancel
Save