Skip to content

Commit c38ad8e

Browse files
committed
Release Prelude 1.1
1 parent beba135 commit c38ad8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+62
-54
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

core/prelude-core.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-core.el --- Emacs Prelude: Core Prelude functions.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-custom.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-custom.el --- Emacs Prelude: Prelude's customizable variables.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-editor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-editor.el --- Emacs Prelude: enhanced core editing experience.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-global-keybindings.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-global-keybindings.el --- Emacs Prelude: some useful keybindings.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-linux.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-linux.el --- Emacs Prelude: linux specific settings.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Stanislav Arnaudov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-macos.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-macos.el --- Emacs Prelude: macOS specific settings.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-mode.el --- Emacs Prelude: minor mode
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

core/prelude-packages.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; prelude-packages.el --- Emacs Prelude: default package selection.
22
;;
3-
;; Copyright © 2011-2020 Bozhidar Batsov
3+
;; Copyright © 2011-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/prelude

0 commit comments

Comments
 (0)