forked from suutari-ai/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.
* 'bbatsov/master' of ..: (151 commits) [Fix bbatsov#1345] Replace packages gitconfig-mode and gitignore-mode with git-modes (bbatsov#1346) Enable proced on Darwin too 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 Improve some keybindings Use lsp-workspace-restart Ensure ivy-prescient is loaded after counsel Tweak a couple of comments Don't force the projectile-completion-system Add prelude-selectrum module Add ivy-prescient to prelude-ivy Fix auto-mode-alist REGEXP for org-mode Orgmode package is called 'org' and not 'org-mode' In org-mode buffers, bind C-a to org-beginning-of-line Remove legacy folder themes Tweak the org-mode config a bit Document the vendor folder Clean up the modeline a bit [Docs] Mention editorconfig-mode Add a changelog entry Don't auto-insert coding comments in Ruby Fix a changelog entry Add a note about prelude-evil Enable a few more modules by default Fix a typo Update prelude-rust.el Prefix init messages coming from Prelude so they are easier to spot Fix auto-mode-alist setup for adoc-mode Fallback to the sample prelude-modules.el if missing [Docs] Fix a typo Remove a file committed by mistake Move some config where it belongs [Docs] Improve the listing of essential packages [Docs] Fix some broken formatting [Docs] Tweak the ERC docs [Docs] Update the mkdocs config to include the new pages [Docs] Document the Scheme module [Docs] Tweak the CL module Add some modules documentation Reorder the changelog a bit Auto-install julia-mode Improve the WSL check Extend the FAQ Add mappings AsciiDoc file extensions Tweak some changelog entries Add extra configuration for WSL and Windows Improve the documentation for prelude-python Touch up the previous commit Add prelude-python-mode-set-encoding-automatically defcustom (bbatsov#1293) Add transient/ to .gitignore (bbatsov#1286) Use EOS instead of EOL for auto mode regexp Improve the sample module configuration Recognize more Clojure extensions Auto-install adoc-mode Fix a couple of tips Fix indentation Use crux-kill-line-backwards Fix a duplicated keybinding Tweak the ivy module [Docs] Reorder a bit the installation sections Touch up the last commit Document site-wide installation of Prelude User Specific save files Disable the scheme module in the sample module config Add the ag package Remove beacon-mode Restructure a bit the sample modules files [Docs] Fix a typo [Docs] Tweak some markup [Docs] Improve the installation instructions Add more links to the docs from the README [Docs] Extend the installation docs Remove prelude-fullscreen [Docs] Extend the landing page Update the prelude-core description Remove prelude-ensure-module-deps alias Update required Emacs version check Tweak the PR template [Fix bbatsov#1266] Improve Emacs version detection logic in the installer script Document prelude-super-keybindings Document prelude-minimalistic-ui Tweak a bit init.el ...
- Loading branch information
Showing
90 changed files
with
1,594 additions
and
457 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,58 @@ | ||
# 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`. | ||
* The keybinding for `proced` is now enabled unconditionally. | ||
|
||
### 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
Oops, something went wrong.