wangruichao
c356d75d52
fix: add info for intelephense
...
Signed-off-by: wangruichao <793160615@qq.com>
2020-10-22 19:19:50 +08:00
Henrik Lissner
d1effe2ddd
Fix keyword highlighting in Emacs 28+
...
Because they now satisfy special-variable-p.
2020-10-21 22:05:58 -04:00
Henrik Lissner
562cb45ef5
Fix #808 : latex-preview-pane reopens itself
...
Once the pane has closed, don't try to reopen it on save in latex-mode.
2020-10-21 19:29:31 -04:00
Henrik Lissner
d4e34c7c8a
Bump :lang org
...
bastibe/org-journal@e7c51c4 -> bastibe/org-journal@fce4fa7
emacs-straight/org-mode@6c75b00 -> emacs-straight/org-mode@a88806b
hakimel/reveal.js@e09437f -> hakimel/reveal.js@0582f57
hlissner/evil-org-mode@2e9c4a2 -> hlissner/evil-org-mode@658dadf
kaushalmodi/ox-hugo@95723cd -> kaushalmodi/ox-hugo@1909c6e
oer/org-re-reveal@29f565f -> oer/org-re-reveal@2035217
org-roam/org-roam@87d7c07 -> org-roam/org-roam@a7cf48e
snosov1/toc-org@5deaec4 -> snosov1/toc-org@ff8d49c
takaxp/org-tree-slide@7126a43 -> takaxp/org-tree-slide@18034c4
Fixes #3818
2020-10-21 18:52:44 -04:00
Henrik Lissner
ff6699e79a
Merge pull request #3716 from benbovy/fix-pytest-popup
...
Fix python-pytest-popup
2020-10-21 12:04:52 -04:00
wangruichao
ed94779bff
fix: add explanation for php document
...
Add some explanation for phpactor server and its prerequisites.
2020-10-21 20:58:19 +08:00
Henrik Lissner
98826f33d0
lang/latex: rethink item continuation indentation
...
+ Rename +latex-indent-level-item-continuation to
+latex-indent-item-continuation-offset, which more accurately reflects
its purpose.
+ +latex-indent-item-continuation-offset now supports `align' and `auto'
settings.
+ It can also be disabled by setting it to nil.
Fixes #3877
2020-10-20 22:55:20 -04:00
Henrik Lissner
b857566239
Minor refactors
2020-10-20 16:52:39 -04:00
Henrik Lissner
88b42caab0
Fix user-defined flycheck-checker in lsp-mode
2020-10-20 16:51:39 -04:00
Henrik Lissner
331abb0158
Merge pull request #4094 from gilbertw1/add-scala-module-doc
...
Add scala module documentation
2020-10-19 01:24:39 -04:00
Henrik Lissner
b726adac84
Bump :lang javascript
...
ananthakumaran/tide@fa617f5 -> ananthakumaran/tide@ac5f070
Fixes multiline attributes (ananthakumaran/tide#401 )
Closes #4113
2020-10-19 01:18:54 -04:00
Henrik Lissner
aa460786b6
Bump :lang coq
...
ProofGeneral/PG@4f6b602 -> ProofGeneral/PG@0fdb1ae
2020-10-19 01:18:53 -04:00
Henrik Lissner
b1c88ab1d1
Merge pull request #4088 from fortuneteller2k/fix-latex-pkg-name
...
docs: Update package name for TeXLive on Arch Linux
2020-10-18 19:20:39 -04:00
Henrik Lissner
894d39de3c
Merge pull request #4107 from NightMachinary/patch-1
...
Fixed typo in var name
2020-10-18 19:10:35 -04:00
Henrik Lissner
077bab4c90
Move org-roam-db-location to DOOMLOCALDIR/etc
...
More in line with org-roam's defaults.
Closes #4108
2020-10-18 19:07:59 -04:00
NightMachinary
aaf2ccaf58
Fixed typo in var name
2020-10-17 17:50:45 +03:30
Henrik Lissner
a835be1c40
Fix #4010 : respect custom org-export-async-init-file
2020-10-16 04:19:27 -04:00
Henrik Lissner
2f91183e48
Fix #3997 : downcase checkboxes in markdown
...
To be consistent with the markdown formatter.
2020-10-15 18:13:42 -04:00
Henrik Lissner
876d08fc3b
Add nix bin path to tramp-remote-path
2020-10-15 18:13:42 -04:00
Bryan Gilbert
ad3ace45d2
Add scala module documentation
2020-10-15 15:22:41 -04:00
Henrik Lissner
d85c7b857b
lang/cc: fix sem-highlight disabler
...
We unset ccls-sem-highlight-method buffer-locally, but
lsp-before-initialize-hook only runs once per new LSP server instance,
and each server could preside over any number of buffers, so only the
first buffer is affected.
2020-10-14 21:39:56 -04:00
Henrik Lissner
a776664ebc
Don't load lsp-java/dap-java if +eglot
...
Relevant to #3999
2020-10-14 01:40:11 -04:00
Henrik Lissner
6b06e0b52f
lang/org: ensure org-auto-align-tags is respected
...
Should be reported upstream.
2020-10-14 01:03:29 -04:00
Henrik Lissner
93937ab14d
Fix #3964 : add ~/opt/miniconda3 to list of default paths
2020-10-13 22:52:10 -04:00
Henrik Lissner
cc877c13a7
Fix #3999 : don't install lsp-java for +eglot
...
Otherwise this pulls in lsp-mode and dap-mode.
2020-10-13 22:24:57 -04:00
Henrik Lissner
0b480a6aad
lang/cc: refactor ccls config
...
1. Unset ccls-sem-highlight-method if lsp-enable-semantic-highlighting
is nil (perhaps this should be reported upstream).
2. Fix load-order. Take `(use-package X :after Y :config Z)` for
example. Z will be evaluated after Y loads, not after X loads. To
customize Z you'd need to do `(after! Y ...)`. This is
counter-intuitive. By removing `:after Y` and explicitly loading X
when Y loads in :init, you can customize Z with `(after! X ...)` again.
3. Tie ccls-code-lens-mode to lsp-lens-mode, so lsp-lens-enable is
respected.
2020-10-13 21:51:11 -04:00
Henrik Lissner
8d2a430693
Bump org-mode
...
emacs-straight/org-mode@6c75b00 <- emacs-straight/org-mode@e2bb605
Fixes #4087 , caused by upstream breakage in org-capture.
2020-10-13 14:28:36 -04:00
fortuneteller2k
add4167cbc
Update package name for TeXLive on Arch Linux
2020-10-13 01:11:42 -07:00
Brian McGillion
fea5205983
[:lang (org +roam)] company-org-roam is depricated
...
Just cleans up the residue
Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-10-12 09:02:07 +04:00
Henrik Lissner
de6907aca0
Bump :lang
...
200ok-ch/counsel-jq@b14dfc5 -> 200ok-ch/counsel-jq@104c77b
Andersbakken/rtags@b57b360 -> Andersbakken/rtags@e6c7005
Emacs-Kotlin-Mode-Maintainers/kotlin-mode@8e6dd57 -> Emacs-Kotlin-Mode-Maintainers/kotlin-mode@0e4bafb
FStarLang/fstar-mode.el@bd28cb8 -> FStarLang/fstar-mode.el@5670fc0
GDQuest/emacs-gdscript-mode@7aea87b -> GDQuest/emacs-gdscript-mode@55a6637
JuliaEditorSupport/julia-emacs@b5f5983 -> JuliaEditorSupport/julia-emacs@8ea90c7
NixOS/nix-mode@0cf1ea1 -> NixOS/nix-mode@bb0b49e
OmniSharp/omnisharp-emacs@e658a18 -> OmniSharp/omnisharp-emacs@e26ff8b
ProofGeneral/PG@03e427a -> ProofGeneral/PG@4f6b602
Raku/raku-mode@e0639c8 -> Raku/raku-mode@8a6e17f
Sterlingg/json-snatcher@c4cecc0 -> Sterlingg/json-snatcher@b28d1c0
agda/agda@36738c1 -> agda/agda@08191e6
asok/projectile-rails@11980b2 -> asok/projectile-rails@7a256b1
borkdude/flycheck-clj-kondo@5472c26 -> borkdude/flycheck-clj-kondo@152df7f
brotzeit/rustic@75b9920 -> brotzeit/rustic@7c9d55b
clojure-emacs/cider@a89b694 -> clojure-emacs/cider@f1c2a79
clojure-emacs/clj-refactor.el@9709568 -> clojure-emacs/clj-refactor.el@6db85b3
clojure-emacs/clojure-mode@84ed16c -> clojure-emacs/clojure-mode@75c2889
cython/cython@fcfd16c -> cython/cython@ba6cbed
dominikh/go-mode.el@734d523 -> dominikh/go-mode.el@d17d210
emacs-ess/ESS@1baf8bf -> emacs-ess/ESS@a694b26
emacs-lsp/lsp-haskell@a56667b -> emacs-lsp/lsp-haskell@4d85cb3
emacs-lsp/lsp-java@2600162 -> emacs-lsp/lsp-java@3f1ed17
emacs-lsp/lsp-metals@039aa72 -> emacs-lsp/lsp-metals@8f8471c
emacs-lsp/lsp-pyright@9603dda -> emacs-lsp/lsp-pyright@ccd0007
emacs-lsp/lsp-python-ms@a884a9a -> emacs-lsp/lsp-python-ms@a0c56f4
emacs-lsp/lsp-sourcekit@130f7a8 -> emacs-lsp/lsp-sourcekit@948c3a3
emacs-straight/rainbow-mode@f780ddb -> emacs-straight/rainbow-mode@fdff98b
emacs-typescript/typescript.el@42a60e5 -> emacs-typescript/typescript.el@e6f68ab
ericdallo/hover.el@e213f2b -> ericdallo/hover.el@3f07a18
erlang/otp@d9bc785 -> erlang/otp@36b4ba4
factor/factor@3fdb032 -> factor/factor@c6e15bd
flycheck/flycheck-cask@3457ae5 -> flycheck/flycheck-cask@4b2ede6
fsharp/emacs-fsharp-mode@3e41fe1 -> fsharp/emacs-fsharp-mode@68dfc22
fxbois/web-mode@60ffd87 -> fxbois/web-mode@b4b0a85
galaunay/poetry.el@22a76cd -> galaunay/poetry.el@eb238d9
greghendershott/racket-mode@c55fd70 -> greghendershott/racket-mode@0ca8b26
hhvm/hack-mode@572c3b4 -> hhvm/hack-mode@9079bc3
hylang/hy-mode@55e84ca -> hylang/hy-mode@7256844
immerrr/lua-mode@35b6e4c -> immerrr/lua-mode@345ebfc
jaor/geiser@adc5c4a -> jaor/geiser@2accab7
joaotavora/sly@34239bc -> joaotavora/sly@fce4f9b
jorgenschaefer/emacs-buttercup@0e5eae0 -> jorgenschaefer/emacs-buttercup@cccdedf
jorgenschaefer/emacs-buttercup@0e5eae0 -> jorgenschaefer/emacs-buttercup@cccdedf
josteink/csharp-mode@4885177 -> josteink/csharp-mode@f46d656
jrblevin/markdown-mode@ef2cb4d -> jrblevin/markdown-mode@152eae2
jschaf/powershell.el@8782677 -> jschaf/powershell.el@d1b3f95
jwiegley/emacs-async@36a1015 -> jwiegley/emacs-async@14f48de
leanprover/lean-mode@6b43776 -> leanprover/lean-mode@cc1f5fa
liblit/demangle-mode@697c1db -> liblit/demangle-mode@aaef0bd
mooz/js2-mode@40aab27 -> mooz/js2-mode@ffb7099
nonsequitur/inf-ruby@9f0f79f -> nonsequitur/inf-ruby@b012457
pashky/restclient.el@ac8aad6 -> pashky/restclient.el@abc307b
pythonic-emacs/anaconda-mode@73266a4 -> pythonic-emacs/anaconda-mode@39b1cf8
pythonic-emacs/pyenv-mode@d191037 -> pythonic-emacs/pyenv-mode@b818901
seagle0128/grip-mode@281ada2 -> seagle0128/grip-mode@91da46f
senny/rvm.el@081d517 -> senny/rvm.el@6897576
swift-emacs/swift-mode@d266fbd -> swift-emacs/swift-mode@e65a80a
wbolster/emacs-python-pytest@fc056fa -> wbolster/emacs-python-pytest@a2f88b1
xuchunyang/elisp-demos@8c97481 -> xuchunyang/elisp-demos@3cca496
2020-10-11 23:20:06 -04:00
Henrik Lissner
bf62aff8c0
lang/cc: fix +cc/ccls-show-* keybinds
...
Forgot to rename them in df85b4cda.
2020-10-11 21:52:43 -04:00
Henrik Lissner
b76cac9b9a
lang/cc: fix ccls/eglot commands for vanilla users
...
And conform them to Doom's naming conventions.
2020-10-11 21:50:15 -04:00
Henrik Lissner
ea575e3a8d
Bump :lang org
...
Kungsgeten/org-brain@671db0e -> Kungsgeten/org-brain@e703ae0
abo-abo/org-download@67b3c74 -> abo-abo/org-download@42ac361
astahlman/ob-async@80a30b9 -> astahlman/ob-async@de1cd6c
bastibe/org-journal@a2728e2 -> bastibe/org-journal@e7c51c4
emacs-straight/org-mode@220f2b0 -> emacs-straight/org-mode@e2bb605
fuxialexander/org-pdftools@8cc15bb -> fuxialexander/org-pdftools@3c2b9a4
hakimel/reveal.js@15815ef ) -> hakimel/reveal.js@e09437f )
integral-dw/org-superstar-mode@94f35c2 -> integral-dw/org-superstar-mode@7f83636
kaushalmodi/ox-hugo@75b849e -> kaushalmodi/ox-hugo@95723cd
oer/org-re-reveal@7fe39d5 -> oer/org-re-reveal@29f565f
org-roam/org-roam@c33867e -> org-roam/org-roam@87d7c07
Closes #4034 ; company-org-roam is now deprecated, completions are
provided via capf instead.
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
2020-10-11 16:37:51 -04:00
Henrik Lissner
55c36ec4e5
Merge pull request #4076 from lunik1/clojure-doc
...
Add table describing keybindings for clojure module
2020-10-11 15:01:56 -04:00
lunik1
8290e13333
Describe keybindings for clojure module
2020-10-11 14:29:59 +01:00
Gerry Agbobada
79d4903817
[:lang cc] Fix list in call for cpu count command
...
I should find some way to test on Mac OS I guess, or test at least. That would make those small errors easier to catch than trying to review it 1000 times
2020-10-11 11:07:21 +02:00
Henrik Lissner
ada70efa8a
Merge pull request #3879 from gagbo/feature/ccls-config
...
Add ccls-specific configuration
2020-10-10 23:18:20 -04:00
Henrik Lissner
7138cabde0
Bump auctex
...
emacs-straight/auctex@9e7406c -> emacs-straight/auctex@59e251c
9e7406c does not exist on the emacs-straight/auctex mirror.
Half-reverts #4072
2020-10-10 14:54:25 -04:00
Gerry Agbobada
cec81ac2cc
Add ccls-specific configuration
...
Most of these changes come from MaskRay's private configuration found
here :
c078dfad34/home/.config/doom/modules/private/my-cc/config.el
- Limit ccls threads to be maximum half the available core count on
Linux and MacOS
- Add wrappers to call ccls LSP extensions
- Enable ccls-code-lens-mode
- Set initial state to emacs when navigating ccls-tree
- Use 'font-lock for semantic highlighting, making the speed choice
according to variable's docstring
- config tweaks to eglot
InitializationOptions aren't handled this way. An example of handling
ccls init options is provided on joaotavora/eglot#545 , hoping that a fix
gets merged upstream instead of having to handle ccls specifics in Doom
only
2020-10-10 20:44:52 +02:00
Álan Crístoffer
329c69e88c
Bump :lang latex
...
jwiegley/auctex@59e251c -> jwiegley/auctex@9e7406c
iyefrat/evil-tex@06234c9 -> iyefrat/evil-tex@a3b6875
iyefrat/evil-tex#3 fixes selection/navigation in LaTeX files which are not the root document and makes section regex-matching more strict, to avoid partial matching.
2020-10-10 09:13:33 -03:00
Henrik Lissner
88f20cc54c
Bump :lang ocaml
...
ocaml-ppx/ocamlformat@cd0eaa8 -> ocaml-ppx/ocamlformat@1dec6c3
ocaml/dune@daea74e -> ocaml/dune@f967df6
ocaml/merlin@3751cbf -> ocaml/merlin@06833e9
Closes #4068 . Includes fix for ocaml-ppx/ocamlformat#1481
2020-10-10 02:31:32 -04:00
Ricky Anderson
2f1be297f2
Add doctor.el for :lang ledger
2020-10-10 02:22:18 +07:00
Henrik Lissner
c2704dc6e6
Merge pull request #3810 from samwdp/develop
...
Add +powershell to lang/sh module
2020-10-08 13:56:59 -04:00
Sam Precious
2d9c4012c0
added defet for lazy loading and fixed indentation
2020-10-07 17:47:34 +01:00
Henrik Lissner
d807a7513d
Merge pull request #3907 from mlavaert/develop
...
Added warning for clang-format in doom doctor.
2020-10-06 17:16:37 -04:00
Henrik Lissner
2f57386aa0
Merge pull request #4044 from galagora/develop
...
Add `json-mode` keybindings under the local leader
2020-10-06 14:04:14 -04:00
galagora
1d90a6a7cd
Add json-mode
keybindings
2020-10-06 19:52:02 +03:00
Mathias Lavaert
7bff813fc3
Only check when formatting feature is enabled.
2020-10-06 17:38:10 +02:00
Itai Y. Efrat
558277f523
update idris module to new format
...
also add witty comment
2020-10-06 13:53:32 +03:00
Sam Precious
7c5fe3cf30
Completed PR changes
2020-10-06 08:34:15 +01:00