Commit graph

422 commits

Author SHA1 Message Date
Bozhidar Batsov 416ffd3bbf Bump the copyright years 2022-06-03 08:09:25 +03:00
Liam ea42da05c4
Update of prelude-go to replace gocode backend with lsp-mode and gopls (#1363) 2022-04-17 08:16:33 +03:00
Andre Boechat 4f3a700b16
Add a module for F# programming (#1334) 2021-07-18 19:02:49 +03:00
Prashant Meckoni 0eb5896530
Replace yank-pop key binding with counsel-yank-pop (#1331) 2021-07-08 08:57:41 +03:00
Joerg Bornemann 43e484b30e Fix diminishing company-mode
The diminish call on global-company-mode has no effect. To hide the
lighter of company-mode, we must call diminish on company-mode, not its
global companion.
2021-04-28 16:26:44 +03:00
Bozhidar Batsov e1f5c33a32 Tweak a bit the new modules 2021-03-13 19:07:56 +02:00
Bozhidar Batsov 7bc6068083 [Fix #1320] Remove company-lsp 2021-03-13 18:59:05 +02:00
Xiongfei Shi 548178a3b5
Add Racket module (#1321) 2021-03-13 18:58:10 +02:00
shixiongfei 69c0239795 Add Lua programming support 2021-03-13 18:57:12 +02:00
Bozhidar Batsov c38ad8e516 Release Prelude 1.1 2021-02-14 12:31:04 +02:00
Bozhidar Batsov 5e03876371 [Fix #1308] Remove ivy-prescient
Turned out the package is not maintained currently.
2020-12-21 09:45:09 +02:00
Bozhidar Batsov 446dc7dd3b Improve some keybindings 2020-12-14 13:58:05 +02:00
Fidel Ramos 6236bfefd9 Use lsp-workspace-restart
lsp-restart-workspace is deprecated and raises a warning in *Messages*:

    ‘lsp-restart-workspace’ is an obsolete command (as of lsp-mode 6.1); use ‘lsp-workspace-restart’ instead.
2020-12-09 16:32:43 +02:00
Bozhidar Batsov 428e2266e2 Ensure ivy-prescient is loaded after counsel 2020-11-27 10:18:35 +02:00
Bozhidar Batsov 42ea1fe9d1 Tweak a couple of comments 2020-11-27 10:03:28 +02:00
Bozhidar Batsov b78168abf7 Don't force the projectile-completion-system
It's auto-detected by default, starting with Projectile 2.3.
2020-11-27 10:02:18 +02:00
Bozhidar Batsov 093e219171 Add prelude-selectrum module 2020-11-27 10:01:09 +02:00
Bozhidar Batsov ea748e2e3e Add ivy-prescient to prelude-ivy 2020-11-27 09:20:32 +02:00
Florian Dufour b874b2faff Fix auto-mode-alist REGEXP for org-mode
Character ’ should be '
2020-11-26 15:12:49 +02:00
Florian Dufour 65153cad01 Orgmode package is called 'org' and not 'org-mode' 2020-11-26 15:12:49 +02:00
Florian Dufour 4fc0f0fab2 In org-mode buffers, bind C-a to org-beginning-of-line
org-beginning-of-line is the default for C-a keybinding in org-mode.

Fix #1302
2020-11-26 13:18:07 +02:00
Bozhidar Batsov 277cd63119 Tweak the org-mode config a bit 2020-11-26 12:38:30 +02:00
Bozhidar Batsov 0ebba48c93 Clean up the modeline a bit 2020-11-24 09:40:14 +02:00
Bozhidar Batsov 705ac3b9cc Don't auto-insert coding comments in Ruby 2020-11-21 13:45:34 +02:00
Aidan Bickford 028ec34a25 Update prelude-rust.el
Small grammar fix.
2020-11-01 18:23:47 +02:00
Bozhidar Batsov dd53dc3591 [Docs] Fix some broken formatting 2020-10-09 16:46:21 +03:00
Bozhidar Batsov fb359520dd Add some modules documentation 2020-10-09 10:19:29 +03:00
Bozhidar Batsov efddd76ae5 Touch up the previous commit 2020-10-07 10:35:20 +03:00
Manoel Vilela 7226716739
Add prelude-python-mode-set-encoding-automatically defcustom (#1293)
- if it is nil (default) does nothing
- if non-nil insert '# coding: utf-8' on top of python buffers
2020-10-07 10:21:20 +03:00
Youmu 5a253c1445 Use EOS instead of EOL for auto mode regexp
This prevent matching filename like "xxxx.pom\nxxxx". A corner case which satisfies POSIX filename standard but weird for daily use.
I found many regexp in auto-mode-alist are ended with \\' but typescript-mode use $. So curiosity drives me to find the answer.
You can create a file which name contains a linebreak by pressing C-j in find-file prompt.
2020-10-01 22:41:47 +03:00
Bozhidar Batsov eb1702eed7 Tweak the ivy module 2020-09-23 09:53:33 +03:00
Bozhidar Batsov edeef9ee4b Make the file metadata more uniform 2020-09-15 09:19:15 +03:00
Bozhidar Batsov 6363738951 Update the homepage link 2020-09-15 08:37:35 +03:00
Daniel Hutzley 3a85ecd0df Add Rusty Object Notation to the Rust package 2020-08-24 08:24:51 +03:00
Rafael Medina 2836be0cda
Add prelude-dart module (#1272) 2020-08-23 08:39:15 +03:00
Bozhidar Batsov aa05753b97 Enable subword-mode for JavaScript 2020-08-18 19:15:19 +03:00
Manoel Vilela b9f14023b3 Replace cl to cl-lib
On emacs 27.1 cl is oficially deprecated and receives a message
warning in the startup as:

        Package cl is deprecated

Using cl-lib, which prefix all the Common Lisp functions with `cl-`
solves the problem.
2020-08-12 09:19:16 +03:00
Fidel Ramos 808a14c82b Fix C-c b keybinding (org-switchb)
org-iswitchb no longer exists.
2020-05-05 16:20:51 +03:00
RohanHart 33c21ff1fe
Allow auto-formatting of files to be controlled (#1254) 2020-04-09 09:58:07 +03:00
Gregg Hernandez 6e53b69346
Replace ensime with lsp-mode/metals for scala (#1247) 2020-01-30 06:28:43 +02:00
Bozhidar Batsov dd9b01a991 Bump the copyright years 2020-01-20 16:35:36 +02:00
Benjamin Howell d0f702f6a4 Add Handlebars .hbs parsing using web-mode
web-mode.el already supports .hbs (handlebars) files. This extension is used for general handlebars files and is used in ember.js projects. Added .hbs to the web-mode.el file extension list.
2019-07-28 09:52:46 +03:00
apiraino d42469c8f6 Extend rust module keybindings (#1237) 2019-06-18 19:33:11 +03:00
Marc-André Lureau dee95d12cc lsp: bind lsp-execute-code-action
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2019-05-18 05:24:21 +03:00
Henrik Thuesen 3203dc8656 Replace the use of magit-log-popup' with magit-log' (#1231)
This is also mentioned in bbatsov/prelude#1226 and originates from
magit/magit#3695.
2019-04-30 22:48:43 +03:00
azzamsa 113b08b050 Update installation instruction link for OCaml module 2019-04-09 10:41:13 +02:00
Bozhidar Batsov 4490d51798 Restructure the README into a manual 2019-01-16 14:55:53 +02:00
Josh Comer 63c697c2f4 Fix rust LSP
* Removed lsp-rust (RLS is built into lsp-mode now)
* Fixed setting up flycheck mode in rust mode
* Fixed LSP initialization due to deprecation
* LSP-mode now self configures company and ui-mode
2019-01-01 15:44:39 +02:00
Josh Comer 9e410f5c64 Update lsp-mode for package changes 2018-12-16 10:26:14 +02:00
Ben Alex 3a11f84bf5 Rust Language Server (RLS) support 2018-11-21 10:11:19 +01:00