Felix H. Dahlke
49b14fe569
Ignore eln-cache directory
2022-09-16 12:09:56 +03:00
Byron Clark
ec9efe9dec
Minor typo fix
2022-08-07 06:41:45 +03:00
Bozhidar Batsov
33f97ff852
[Docs] Mention flycheck-ocaml
2022-06-14 09:11:17 +03:00
Bozhidar Batsov
1ff2230d8d
[Docs] Document the OCaml support
2022-06-14 08:56:42 +03: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
109a04d62a
add last change to changelog
2022-06-13 09:42:08 +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
Felix H. Dahlke
5c2641ee13
Document a workaround for fixing C-a in term-mode
2022-06-12 23:56:26 +03:00
Bozhidar Batsov
416ffd3bbf
Bump the copyright years
2022-06-03 08:09:25 +03:00
Amir Dekel
8a3b557d45
[ #1335 ] Workaround for which-key display bug ( #1349 )
2022-04-18 13:07:12 +03:00
Liam
ab85208b7b
Move go doc to new location ( #1366 )
...
Includes a couple other small fixes.
2022-04-18 13:05:15 +03:00
Liam
59e879bd70
GitHub actions CI ( #1362 )
...
This addresses #1281 .
We just test whether Emacs will start with Prelude, which should uncover critical mistakes if any.
2022-04-17 08:18:44 +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
Kostas Tsiligkiris
7bca056c46
Fix contribute.md minor issues
...
Fixed link to readthedocs.org (it didn't work correctly in the site)
and changed the documentation forlder from doc to docs (according to
other changes I have proposed.)
2022-04-11 21:52:53 +03:00
Kostas Tsiligkiris
a8a5f244e1
[DOCS] change pages to nav
...
mkdocs reports pages as deprecated and it should be replaced with
nav. I run locally mkdocs version 1.2.3
2022-04-11 21:52:53 +03:00
Kostas Tsiligkiris
0c84593c19
[DOCS] Add module for Rust language
...
The rust.md was based on python.md module.
2022-04-11 21:52:53 +03:00
Kostas Tsiligkiris
585274fe5c
[DOCS] Add missing modules
2022-04-11 21:52:53 +03:00
Kostas Tsiligkiris
117e2d1b7d
[DOCS] Formating text to 80 char lines and update available modules
...
The prelude modules mentioned in the lisp code listing were outdated.
2022-04-11 21:52:53 +03:00
Kostas Tsiligkiris
b2c6e8d00b
[DOCS] Update the Changelog
2022-04-11 09:11:28 +03:00
Kostas Tsiligkiris
9ed0d772da
[DOCS] Fix problem with Edit in github link
...
The link is created with docs in it, even if the mkdocs.yml file
mentions doc as the documentation folder. I am not aware if there is
any other dependency in the name doc, I have renamed it to docs and
changed it also in the mkdocs.yml file. It seems docs is hardcoded in
the readthedocs theme :(
2022-04-11 09:11:28 +03:00
Kostas Tsiligkiris
3f5e83d0e9
[DOCS] Keep index.md to 80 char lines and a couple of minor edits
2022-04-11 09:11:28 +03:00
Hung Dang
36b3950d7d
Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 ( #1356 )
2022-04-11 09:10:23 +03:00
ShawnOtis
c52889dfa4
[ Fix #1345 ] Replace packages gitconfig-mode and gitignore-mode with git-modes ( #1346 )
2021-10-25 16:14:29 +03:00
Joerg Bornemann
d143847bc3
Enable proced on Darwin too
...
Proced works on Darwin since Emacs 26.1.
See Emacs bug #16579 .
Remove the version check alltogether, because it is assumed that very
few people are using older Emacsen at this point.
2021-09-15 10:18:07 +03:00
Bozhidar Batsov
b42f0679f3
Add my Liberapay profile
2021-07-28 08:58:23 +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
Leonel Gayard
aa22e84eea
Change link to stackoveflow tag to emacs-prelude
...
Prefer stackoverflow tag [emacs-prelude] to previous [prelude].
2021-04-28 16:27:21 +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
f9fb902185
Auto-install racket-mode if needed
2021-03-13 19:09:39 +02:00
Bozhidar Batsov
8531abfb0c
Update the changelog
2021-03-13 19:08:12 +02: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
32341fe8e9
Lua module documentation
2021-03-13 18:57:12 +02:00
shixiongfei
69c0239795
Add Lua programming support
2021-03-13 18:57:12 +02:00
nayden
7be53ecc41
Fix a couple of typos ( #1319 )
...
Co-authored-by: Nayden Markatchev <nmarkatc@cisco.com>
2021-02-23 11:03:18 +02:00
Bozhidar Batsov
468562e06f
Bind all essential avy commands
2021-02-14 12:57:50 +02:00
Bozhidar Batsov
c38ad8e516
Release Prelude 1.1
2021-02-14 12:31:04 +02:00
Kevin Li
beba1351b5
Use display-line-numbers for Emacs 26.1 and later
...
PR for #1317 -- use display-line-numbers mode, which is implemented at the C level for speed benefits, if available.
2021-02-13 17:02:31 +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
Fidel Ramos
3f3f07e6b9
Ignore lsp-generated files
2020-12-21 09:44:09 +02:00
Bozhidar Batsov
aaedc8537c
Add var/ to gitignore
...
Prescient uses it by default for it's cache.
2020-12-14 13:59:29 +02:00
Bozhidar Batsov
93c086e9e9
[Docs] Add a note
2020-12-14 13:58:05 +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