Commit graph

431 commits

Author SHA1 Message Date
Bozhidar Batsov b70ecb4ba0 Add a vertico module 2023-02-24 08:21:40 +01:00
Bozhidar Batsov 23bbfc80fa Bump the copyright years 2023-02-24 07:57:29 +01:00
Liam 4f880f1e67
Fix installation of typescript-mode via prelude-ts (#1398) 2023-02-21 10:55:04 +01:00
Byron Clark 98331c14c5 Remove helm-config.
In e81fbbc687
the file was removed entirely so the require fails. Since `helm-config`
has been unneeded since helm v3.7.0 (~ 2020-08), remove the require.
2022-12-15 00:30:54 +02:00
Daniel Gerlach 54e3d81b1f
Update rust module (#1388)
Use rust-analyzer as lsp server and tree-sitter for syntax highlighting.
2022-11-21 22:14:15 +02:00
કૌસ્તુભ 𑘦𑘰𑘩𑘝𑘲 𑀤𑀺𑀮𑀻𑀧 a43838dfab Enable cleaner org-habits
It is a small change in code but a big change in your interaction with
your habits (periodic TODO lists)

- Neatly log your TODO state changes into a drawer (default LOGBOOK)
- Enable org-habits to show a consistency graph of your habits

Reference:
- https://orgmode.org/manual/Tracking-TODO-state-changes.html
- https://orgmode.org/manual/Tracking-your-habits.html
2022-11-07 08:19:00 +01:00
Bozhidar Batsov aba9fb71c6 Fix warning 2022-06-14 08:56:31 +03:00
Koustubh Sinkar debb2d511f
Add basic support for Literate Programming (#1370) 2022-06-13 09:44:05 +03:00
Liam 658dc84ea3 Disable super-save on go-mode
Fixes https://github.com/bbatsov/prelude/issues/1372
2022-06-13 09:42:08 +03:00
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