forked from bbatsov/prelude
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'bbatsov/master'
* bbatsov/master: (149 commits) Add my Liberapay profile Add a module for F# programming (bbatsov#1334) Replace yank-pop key binding with counsel-yank-pop (bbatsov#1331) Change link to stackoveflow tag to emacs-prelude Fix diminishing company-mode Auto-install racket-mode if needed Update the changelog Tweak a bit the new modules [Fix bbatsov#1320] Remove company-lsp Add Racket module (bbatsov#1321) Lua module documentation Add Lua programming support Fix a couple of typos (bbatsov#1319) Bind all essential avy commands Release Prelude 1.1 Use display-line-numbers for Emacs 26.1 and later [Fix bbatsov#1308] Remove ivy-prescient Ignore lsp-generated files Add var/ to gitignore [Docs] Add a note ...
- Loading branch information
Showing
90 changed files
with
1,588 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# These are supported funding model platforms | ||
|
||
github: bbatsov | ||
ko_fi: bbatsov | ||
patreon: bbatsov | ||
liberapay: bbatsov | ||
custom: https://www.paypal.me/bbatsov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Bug Report | ||
about: Report an issue with Emacs Prelude you've discovered. | ||
--- | ||
|
||
*Use the template below when reporting bugs. Please, make sure that | ||
you're running the latest Emacs Prelude and that the problem you're reporting | ||
hasn't been reported (and potentially fixed) already.* | ||
|
||
**Remove all of the placeholder text in your final report!** | ||
|
||
## Expected behavior | ||
|
||
## Actual behavior | ||
|
||
## Steps to reproduce the problem | ||
|
||
*This is extremely important! Providing us with a reliable way to reproduce | ||
a problem will expedite its solution.* | ||
|
||
## Environment & Version information | ||
|
||
### Emacs version | ||
|
||
*E.g. 24.5* (use <kbd>M-x emacs-version</kbd> to check it if unsure) | ||
|
||
### Operating system | ||
|
||
*E.g. Fedora 23, OS X 10.11 "El Capitan", Windows 10, etc* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest new Emacs Prelude features or improvements to existing features. | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
**Replace this placeholder text with a summary of the changes in your PR. | ||
The more detailed you are, the better.** | ||
|
||
----------------- | ||
|
||
Before submitting the PR make sure the following things have been done (and denote this | ||
by checking the relevant checkboxes): | ||
|
||
- [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md) | ||
- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality) | ||
- [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality like modules, commands, configuration options, etc) | ||
|
||
Thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Change log | ||
|
||
## master (unreleased) | ||
|
||
### New features | ||
|
||
* Add a Racket module. | ||
* Add a Lua module. | ||
* Auto-install `racket-mode` if needed. | ||
* Add a F# module. | ||
|
||
### Changes | ||
|
||
* Bind all essential `avy` commands to their recommended keybindings. | ||
* Remove `company-lsp`. | ||
* Replace `yank-pop` key-binding to `counse-yank-pop` for `ivy-mode`. | ||
|
||
### Bugs fixed | ||
|
||
* Fix `company` still being visible in the mode line. | ||
|
||
## 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. | ||
* Auto-install `adoc-mode` for AsciiDoc files. | ||
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration. | ||
* Added additional configuration modules for WSL (`prelude-wsl`) and Windows (`prelude-windows`). | ||
* Add `prelude-selectrum` module. Selectrum a simpler alternative to `ivy-mode`. | ||
|
||
### Changes | ||
|
||
* [#1292](https://github.com/bbatsov/prelude/issues/1292): Add `prelude-python-mode-set-encoding-automatically` defcustom inn `prelude-python.el` module with nil default value. | ||
* [#1278](https://github.com/bbatsov/prelude/issues/1278): Don't disable `menu-bar-mode` unless `prelude-minimalistic-ui` is enabled. | ||
* [#1277](https://github.com/bbatsov/prelude/issues/1277): Make it possible to disable the creation of `Super`-based keybindings via `prelude-super-keybindings`. | ||
* Removed deprecated alias `prelude-ensure-module-deps`. | ||
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4) | ||
* Removed `beacon-mode`. | ||
* Added `transient/` to `.gitignore`. | ||
* Fallback to `sample/prelude-modules.el` in the absence of a `prelude-modules.el` in one's personal folder. | ||
* [Ruby] Don't auto-insert coding comments. | ||
* Hide (via `diminish`) `editorconfig-mode`, `super-save`, `company`, `abbrev` and `ivy` in the modeline. | ||
* Use `lsp-workspace-restart` function instead of deprecated `lsp-restart-workspace`. | ||
* Bind all online search commands under `C-c C-/` to avoid a conflict with `counsel-git` or `magit-file-dispatch`. | ||
* Bound `magit-file-mode` to `C-c g` (it's also bound to `C-c M-g` if you decide to utilize this keybinding for something else. | ||
* Added `.cache/` and `lsp-session*` to `.gitignore`. These are generated by `lsp`. | ||
|
||
### Bugs fixed | ||
|
||
* [#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) | ||
|
||
Initial "stable" release after 9 years of development. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.