Henrik Lissner
29536a22f0
bump: :tools lsp
...
emacs-lsp/lsp-mode@c228bce435 -> emacs-lsp/lsp-mode@f49ea4e365
joaotavora/eglot@2c0f262c24 -> joaotavora/eglot@dade5a1487
- lsp-mode now properly installs kotlin-language-server from the correct
URL (#5984 ).
Fix : #5984
Ref: emacs-lsp/lsp-mode#3315
2022-01-12 16:48:22 +01:00
Henrik Lissner
3df8903071
bump: :tools
...
andras-simonyi/citeproc-el@538fed794c -> andras-simonyi/citeproc-el@9f783967c1
bdarcus/citar@51b30f2e40 -> bdarcus/citar@b24b5b94b7
emacs-lsp/lsp-mode@3d6a01dde9 -> emacs-lsp/lsp-mode@c228bce435
gagbo/consult-lsp@aaa9a31bc8 -> gagbo/consult-lsp@f4f195046b
joaotavora/eglot@28092ba3af -> joaotavora/eglot@2c0f262c24
magit/forge@a44afa81f1 -> magit/forge@0ff9b8a0de
magit/magit@2e73b66c29 -> magit/magit@0ac05f3962
millejoh/emacs-ipython-notebook@c6696c12eb -> millejoh/emacs-ipython-notebook@6063cee7fb
purcell/envrc@8a9a142cf9 -> purcell/envrc@456c4100de
realgud/realgud@978b455d7d -> realgud/realgud@3c88611c4e
tumashu/posframe@3b1dc400d2 -> tumashu/posframe@6c0e63d6b3
vedang/pdf-tools@a8847b75d3 -> vedang/pdf-tools@4e6c778194
wandersoncferreira/code-review@136c0933ba -> wandersoncferreira/code-review@ccc3795a72
yoshiki/yaml-mode@63b637f846 -> yoshiki/yaml-mode@a79d2a7b92
Close : #5977
Ref: emacs-lsp/lsp-mode#3295
2022-01-12 01:55:34 +01:00
Henrik Lissner
2a515c683a
bump: :tools lookup
...
abo-abo/define-word@6e4a427503 -> abo-abo/define-word@31a8c67405
Ref: abo-abo/define-word#31
2022-01-04 20:59:28 +01:00
Henrik Lissner
f491dd9e7b
fix(magit): gate code-review behind +forge
...
code-review requires forge, therefore it shouldn't be available if
+forge isn't enabled on the :tools magit module.
Ref: 2d3a68df49
Fix : #5935
2022-01-03 19:13:09 +01:00
Henrik Lissner
b88eb77605
merge: pull request #5908 from ethan-leba/repl-handler
...
Add :send-region and :send-buffer options to `set-repl-handler!`
2022-01-03 18:12:31 +01:00
Björn Larsson
1a0fd1b7ec
fix(magit): unbind M-1 etc. for code-review
...
code-review is built on magit-sections so it will have the same default
bindings for M-1, M-2 etc. To be consistent with the rest of doom, those
should be used for switching workspace and z1, z2 etc should be used for
toggling outlines in a magit-sections buffer.
This only affects users with :editor (evil +everywhere) enabled.
Amend: 2d3a68df49
2022-01-03 18:10:17 +01:00
Henrik Lissner
659b0ebc1b
fix(lsp): lsp--matching-clients? -> lsp--supports-buffer?
...
Ref: #5933
Amend: 0cb8d1416f
Co-authored-by: Samuel Tschiedel <mukaobr@gmail.com>
2022-01-03 18:02:29 +01:00
Henrik Lissner
e8551ded5f
bump: :tools magit
...
magit/forge@402773ef7e -> magit/forge@a44afa81f1
magit/magit@65c4485e19 -> magit/magit@2e73b66c29
wandersoncferreira/code-review@b0bedbdb30 -> wandersoncferreira/code-review@136c0933ba
Close : #5947
2022-01-03 16:51:51 +01:00
Henrik Lissner
0cb8d1416f
bump: :tools lsp
...
emacs-lsp/lsp-mode@41173dca4d -> emacs-lsp/lsp-mode@3d6a01dde9
joaotavora/eglot@55c13a9137 -> joaotavora/eglot@28092ba3af
Ref: #5904
Fix : #5927
Close : #5928
Close : #5933
Close : #5945
2022-01-03 16:51:51 +01:00
Ethan Leba
aebd4b0c99
docs(eval): explain DWIM behavior
2021-12-18 10:45:17 -05:00
Ethan Leba
fea561f678
feat(eval): :send-region and :send-buffer handlers
...
Ref: #2496
2021-12-18 10:45:17 -05:00
Björn Larsson
45a55c0ec9
fix(magit): move code-review files to etc dir
...
These files were put directly in .emacs.d causing the repository to
appear dirty. This should follow the doom convention of putting the
files in the .local/etc dir.
Amend: 2d3a68df49
2021-12-16 15:05:28 +01:00
Ellis Kenyo
8169b6a87e
bump: :tools magit
...
magit/forge@41efa674cf -> magit/forge@402773ef7e
magit/magit@877c389ca0 -> magit/magit@65c4485e19
wandersoncferreira/code-review@f1a79c20ae -> wandersoncferreira/code-review@b0bedbdb30
2021-12-15 07:07:08 +00:00
Ellis Kenyo
2d3a68df49
feat(magit): replace github-review for code-review
2021-12-15 07:06:49 +00:00
Henrik Lissner
594f01d89a
bump: :tools
...
Silex/docker.el@4fc69969b1 -> Silex/docker.el@8d64cf4f84
andras-simonyi/citeproc-el@2e7df666bf -> andras-simonyi/citeproc-el@538fed794c
bdarcus/citar@7740300831 -> bdarcus/citar@51b30f2e40
emacs-lsp/lsp-mode@9865d31512 -> emacs-lsp/lsp-mode@41173dca4d
millejoh/emacs-ipython-notebook@0600c286bd -> millejoh/emacs-ipython-notebook@c6696c12eb
spotify/dockerfile-mode@628315e2e4 -> spotify/dockerfile-mode@5db94549ce
tumashu/posframe@66b16a20a7 -> tumashu/posframe@3b1dc400d2
vedang/pdf-tools@5f77dae43e -> vedang/pdf-tools@a8847b75d3
zx2c4/password-store@3dd14690c7 -> zx2c4/password-store@04cd3023f4
2021-12-14 01:21:33 +01:00
Bruce D'Arcus
36d7721c49
bump: :tools biblio
...
andras-simonyi/citeproc-el@c8ff958628 -> andras-simonyi/citeproc-el@2e7df666bf
bdarcus/citar@41ec5d4d5d -> bdarcus/citar@7740300831
tmalsburg/helm-bibtex@bb47f355b0 -> tmalsburg/helm-bibtex@aa775340ba
2021-12-12 23:16:45 +01:00
Henrik Lissner
d981447674
fix(lsp): add popup rule for *lsp-install* buffers
2021-12-02 04:13:15 +01:00
Afiq Nazrie
546bac945f
bump: :tools lookup
...
SavchenkoValeriy/emacs-powerthesaurus@93036d3b11 -> SavchenkoValeriy/emacs-powerthesaurus@02c9d11a3f
jacktasia/dumb-jump@f3176fbf9c -> jacktasia/dumb-jump@dbb915441a
tkf/emacs-request@68003b3f85 -> tkf/emacs-request@3336eaa97d
Ref: SavchenkoValeriy/emacs-powerthesaurus#17
2021-11-30 13:49:46 +01:00
Edgar Vincent
57b456847c
docs(biblio): improve grammar
2021-11-24 13:09:47 +01:00
Henrik Lissner
3431cec2b2
refactor(biblio): move org-cite-*-processor config
...
So they're grouped with citar's config.
Ref: hlissner/doom-emacs@45ee0ecf21
2021-11-23 13:14:38 +01:00
Henrik Lissner
c8484838a7
fix(biblio): citar-file-note-org-include reference
...
citar-org-note-include does not exist. This may be changed upstream,
however.
Ref: #5810
2021-11-22 15:45:16 +01:00
Henrik Lissner
45ee0ecf21
refactor(biblio): reformat module
...
- Defer citar-org, since citar autoloads it.
- Add introducing PR to #+SINCE and use new calver scheme.
- Move <localleader> @ keybind to :lang org
Ref: #5810
2021-11-22 15:45:00 +01:00
Hyunggyu Jang
2489637bc1
fix(biblio): do not load org mode eagerly.
2021-11-22 14:02:08 +01:00
Henrik Lissner
180a7c261f
merge: pull request #5290 from bdarcus/biblio-org-cite
...
Add org-cite to :tools/biblio
2021-11-22 02:23:04 +01:00
Bruce D'Arcus
67f7209795
bump: :tools biblio
...
tmalsburg/helm-bibtex@b85662081d -> tmalsburg/helm-bibtex@bb47f355b0
bdarcus/citar@fd33f5c4f7 -> bdarcus/citar@41ec5d4d5d
2021-11-21 18:22:06 -05:00
Bruce D'Arcus
7056dfb26c
docs(biblio): add readme
2021-11-21 14:25:14 -05:00
Bruce D'Arcus
3047430739
feat(biblio): add org-cite, citeproc
2021-11-21 14:25:08 -05:00
Justin Davis
5962db9f49
fix(lookup): xref 1.3.0 removed var xref--marker-ring
...
Xref started many backwards incompatible changes in the name of
performance. The marker ring no longer exists as a variable.
+lookup--xref-show will silently fail every time.
Switches to using xref-after-jump-hook to test whether xref actually
jumped to a definition. The hook is part of the exposed interface and
should hopefully not change in the near future.
Fix : #5737
2021-11-21 19:04:35 +01:00
Henrik Lissner
1b0e1c2cd3
fix(magit): missing "N" keybind error on forge startup
...
An incompatibility between forge and evil-collection-forge causes this
error when starting Forge:
Cannot insert ("N" "Forge" forge-dispatch) into magit-dispatch; o not
found
2021-11-21 16:21:34 +01:00
Henrik Lissner
4cb1880945
bump: :tools magit
...
charignon/github-review@2a24e75dfc -> charignon/github-review@725fbc7b38
magit/forge@72b29bd7bc -> magit/forge@41efa674cf
magit/magit@aba0a59611 -> magit/magit@877c389ca0
2021-11-21 16:10:49 +01:00
Henrik Lissner
80cb57d513
bump: :tools debugger lsp :lang java
...
emacs-lsp/dap-mode@a18f29e3d1 -> emacs-lsp/dap-mode@76cad34de8
emacs-lsp/lsp-java@2a7d27e899 -> emacs-lsp/lsp-java@3246272b43
emacs-lsp/lsp-mode@f72278c660 -> emacs-lsp/lsp-mode@9865d31512
gagbo/consult-lsp@b9aa9617f1 -> gagbo/consult-lsp@aaa9a31bc8
joaotavora/eglot@9665359bb6 -> joaotavora/eglot@55c13a9137
realgud/realgud@7a70b27614 -> realgud/realgud@978b455d7d
Fix : #5765
2021-11-21 16:10:49 +01:00
Henrik Lissner
8e13bc68c7
fix(lookup): strip text properties from error message
...
Otherwise the error will display a lot of (albeit harmless) gibberish to
the end user.
Fix : #5652
2021-11-21 16:10:49 +01:00
Robin Bourianes
d4c5e025de
fix(lsp): alias flymake--diag-buffer to flymake--diag-locus
...
To accommodate breaking API changes in Flymake in newer versions of
Emacs 28.
Fix : #5644
Ref: emacs-mirror/emacs@4633e02726
2021-11-19 23:45:00 +01:00
shelper
8886216874
bump: :tools biblio
...
bdarcus/bibtex-actions@08c6ca0e5b -> bdarcus/citar@fd33f5c4f7
bibtex-actions is now called citar, and the package comes with
configuration for embark.
Fix : #5723
Close : #5747
Co-authored-by: MPNV38 <MPNV38@zebra.com>
2021-11-18 19:14:51 +01:00
Eric Wang
4ea5bbcc9c
fix(upload): deploy force on explicit save
...
Fix : #5773
2021-11-18 19:08:21 +01:00
Itai Y. Efrat
4f2104d309
docs(lookup): add sqlite3 doctor check if +docsets
2021-11-04 00:58:41 +01:00
Henrik Lissner
251d2a6f7c
bump: :tools lsp debugger
...
emacs-lsp/dap-mode@a225e73026 -> emacs-lsp/dap-mode@a18f29e3d1
emacs-lsp/lsp-mode@237363939b -> emacs-lsp/lsp-mode@f72278c660
Ref: hlissner/evil-multiedit#39
2021-10-28 14:32:36 +02:00
Kirill A. Korinsky
0869d28483
bump: :emacs vc :tools magit
...
charignon/github-review@4d91dd6c56 -> charignon/github-review@2a24e75dfc
magit/forge@8264234db6 -> magit/forge@72b29bd7bc
magit/git-modes@433e1c57a6 -> magit/git-modes@62fbf2e5b8
magit/magit@1e40d00217 -> magit/magit@aba0a59611
- gitconfig-mode and gitignore-mode were merged into git-modes.
Close : #5665
Fix : #5667
2021-10-21 12:27:42 +02:00
Miko Nieminen
36d41b600a
fix(lsp): move lsp-session to doom cache dir ( #5650 )
...
Because this data contains cached session data, it makes more sense to
have it under `~/.emacs.d/.local/cache` so that it is clear that it can
and should be removed when debugging and testing LSP using modules.
Fix #5649
2021-10-18 01:38:20 +02:00
Henrik Lissner
3bd358dc36
fix(lookup): +lookup/online for vertico users
...
Would formerly throw wrong-number-of-args errors.
2021-10-18 01:24:28 +02:00
Henrik Lissner
910230d14d
bump: :tools lookup
...
alexmurray/ivy-xref@3d4c35fe2b -> alexmurray/ivy-xref@a82e8e117d
brotzeit/helm-xref@23f1174cfc -> brotzeit/helm-xref@ea0e4ed8a9
jacktasia/dumb-jump@542e72d3fe -> jacktasia/dumb-jump@f3176fbf9c
tkf/emacs-request@2b68b3ca54 -> tkf/emacs-request@68003b3f85
Fix #5637
Fix #5634
2021-10-18 01:15:54 +02:00
Henrik Lissner
b15abdbd74
bump: :tools magit
...
charignon/github-review@341b7a1352 -> charignon/github-review@4d91dd6c56
magit/forge@22f905c4e8 -> magit/forge@8264234db6
magit/magit@f53148a569 -> magit/magit@bb7b7a4020
2021-10-10 20:16:03 +02:00
Henrik Lissner
1545500db5
bump: :tools lsp debugger
...
emacs-lsp/dap-mode@00e1a5d70c -> emacs-lsp/dap-mode@a225e73026
gagbo/consult-lsp@e8a50f2c94 -> gagbo/consult-lsp@b9aa9617f1
joaotavora/eglot@c17bdf6c98 -> joaotavora/eglot@9665359bb6
mohkale/consult-eglot@28a09cc839 -> mohkale/consult-eglot@f93c571dc3
2021-10-10 18:36:46 +02:00
Björn Larsson
b2f27c2b4f
refactor(lookup): move xwidget popup rule ( #5598 )
...
Setting the rules explicitly was preventing users from customizing how
xwidget popups should behave, so it was moved to the popup module as a
global default.
2021-10-10 18:22:13 +02:00
Dominik Schrempf
e6a4effdf6
refactor(pass): make duplicate functions obsolete
...
The following functions are affected: `+pass/edit-entry`,
`+pass/copy-field`, `+pass/copy-secret`, `+pass/browse-url`. All of
these functions have counterparts in `password-store`. Additionally, the
functions in password store add git commit messages when files are
changed.
Questions:
- Should we also deprecate the `ivy` and `consult` versions? The
`password-store` versions work perfectly well here with `vertico` (not
sure about `ivy` though).
2021-10-05 02:27:30 +02:00
Henrik Lissner
541cd1a58d
tweak(lsp): lsp-ui-doc-{delay,max-width}
...
- Wider lsp-ui-doc frames.
- Slightly longer delay before lsp-ui-doc appears (was too naggy
before).
2021-10-03 12:08:42 +02:00
Henrik Lissner
54b4e83f95
tweak(ein): add popup rule to ignore ein buffers
2021-09-30 15:07:21 +02:00
Henrik Lissner
fb34b5e24c
tweak(lsp): lsp-ui-doc-enable = t
...
This was temporarily disabled due to tremendous slowness on PGTK
clients, which was hopefully addressed in 731ae806e
, so we can renable
this.
Fix #5533
2021-09-30 15:06:34 +02:00
Kirill A. Korinsky
db51c6be88
bump: :tools magit
...
magit/forge@bae6a527a7 -> magit/forge@22f905c4e8
Fix magit/forge#382
2021-09-29 20:09:47 +02:00
Kirill A. Korinsky
79ebefa154
bump: :tools magit
...
magit/magit@1e40d00217 -> magit/magit@f53148a569
magit/forge@f97bc47e9e -> magit/forge@483baae56d
Fix magit/forge#382
Fix #5530
2021-09-29 18:39:25 +02:00