Commit dd76488
Torstein Krause Johansen
Quick start conf work on clean Emacs (#255)
- the quick start is now self sufficient. A user can try out lsp-java
just by copying and pasting the conf snippet and it will work
without any other Emacs conf.
- fixes error:
if: Symbol’s value as variable is void: package-archives
- fixes warnings about packages not being installed (in my case, this
was which-key and helm-lsp), the 'use-package-always-ensure' removes
the need for installing the packages prior to evaluating the quick
start snippet.
- tested on Emacs 28.0.501 parent 74418b8 commit dd76488
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
0 commit comments