Release Prelude 1.1

This commit is contained in:
Bozhidar Batsov 2021-02-14 12:28:40 +02:00
parent beba1351b5
commit c38ad8e516
53 changed files with 62 additions and 54 deletions

View file

@ -4,6 +4,14 @@
### New features
### Changes
### Bugs fixed
## 1.1.0 (2021-02-14)
### New features
* Enable `nlinum-mode` or `display-line-numbers-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `t`.
* Enable site-wide installation for Prelude.
* Auto-installs `julia-mode` if needed.
@ -31,7 +39,7 @@
### Bugs fixed
* [#1302](https://github.com/bbatsov/prelude/issues/1302): C-a should be bound to org-beginning-of-line in org-mode buffers
* [#1302](https://github.com/bbatsov/prelude/issues/1302): `C-a` should be bound to `org-beginning-of-line` in org-mode buffers.
## 1.0.0 (2020-09-15)