Henrik Lissner
5233042f4a
Add lsp support to cmake-mode
2020-11-17 12:46:10 -05:00
Henrik Lissner
f40a2e1ed7
lang/org: apply +org--fix-async-export-a to org-export-as
2020-11-14 13:52:11 -05:00
Henrik Lissner
3265c25821
Bump :lang erlang
...
erlang/otp@36b4ba4 -> erlang/otp@8efb945
2020-11-13 13:11:34 -05:00
Henrik Lissner
62c1e5b6c9
Bump :checkers syntax
...
flycheck/flycheck@cd8e0a2 -> flycheck/flycheck@79c9245
Fixes #4264 : flycheck-rebar3 moved into flycheck
2020-11-13 13:11:34 -05:00
Henrik Lissner
120530e353
Bump :lang lua
...
technomancy/fennel-mode@a395437 -> technomancy/fennel-mode@7a8824a
Fixes #4263 : invalid repl handler for fennel-mode
2020-11-13 13:11:33 -05:00
Gerry Agbobada
2bf73ee34c
[:lang cc] Add LSP configuration snippets
2020-11-13 01:35:54 +01:00
Henrik Lissner
1d766bf873
Merge pull request #4255 from RBckmnn/OrgRoamDbLocation
...
Do not overwrite user's value of org-roam-db-location
2020-11-11 14:25:45 -05:00
Ralf Beckmann
f3a4c27aac
Do not overwrite org-roam-db-location
2020-11-11 18:35:54 +01:00
Brian McGillion
6225cc5337
:lang org: (+roam) Replace deprecated functions
...
Update to the latest functions - after the following commit:
47e83f7d
Org-Roam-Dailies deprecated the older forms of the functions
and replaced with the new constructs.
Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-11-11 20:02:30 +04:00
Henrik Lissner
5b713b6cd0
Bump :lang lua
...
immerrr/lua-mode@345ebfc -> immerrr/lua-mode@d2ff304
immerrr/lua-mode#184 introduces many indentation optimizations.
2020-11-10 18:36:47 -05:00
Henrik Lissner
423dbe0992
Bump :lang org
...
Kungsgeten/org-brain@e703ae0 -> Kungsgeten/org-brain@6e3d861
bastibe/org-journal@fce4fa7 -> bastibe/org-journal@14ce011
org-roam/org-roam@a7cf48e -> org-roam/org-roam@d913447
snosov1/toc-org@ff8d49c -> snosov1/toc-org@aef220c
2020-11-10 18:36:44 -05:00
Henrik Lissner
0c4e300c36
Merge pull request #4236 from eccentric-j/eval-org-babel-ui-elisp
...
Created PR to backport emacs-lisp org-babel evaluation to manage the UI
2020-11-10 18:31:20 -05:00
Henrik Lissner
911118227c
lang/org: refactor org recipe
...
Now that straight (and package) now support a :build property.
Relevant to #4243
2020-11-10 13:19:31 -05:00
Henrik Lissner
7d3a41567d
lang/lua: add +fennel
2020-11-09 21:24:24 -05:00
Henrik Lissner
5ccbc468ad
lang/web: fix fill-prefix on continued comments
...
Before:
/*
* pretend this is a line longer than 80 characters
*/
Call fill-paragraph:
/*
* pretend this is a line longer
than 80 characters
*/
After
/*
* pretend this is a line longer than 80 characters
*/
Call fill-paragraph:
/*
* pretend this is a line longer
* than 80 characters
*/
2020-11-09 17:19:14 -05:00
Henrik Lissner
5c06edd90a
lang/web: fix comments not joining/filling correctly
...
Before, joining these two lines
// hello
// world
Results in
// hello // world
And filling the following
// Pretend this line is longer than 80 characters
Becomes
// Pretend this lineis longer than
80 characters
2020-11-09 17:19:14 -05:00
Henrik Lissner
b96b6ed64e
Fix /* and /** expansion in various languages
...
Also adds +web-continue-block-comments option to control:
/*
*
*/
vs
/*
*/
Has a known issue where the indentation for the closing delimiter is off
by one when +web-continue-block-comments is disabled. Will have to look
into that later.
2020-11-09 17:19:14 -05:00
Jay
454eef591a
Created PR to backport emacs-lisp org-babel evaluation to manage the UI
2020-11-09 02:25:59 -05:00
Ryan Lloyd
ccda9ef6bb
Fix Issue #4212 ; Use Back-Slash for Win FileShares ( #4218 )
...
* Fix Issue #4212 ; Use Back-Slash for Win FileShares
* Replace single backslash with double
Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-11-06 02:32:09 -05:00
Henrik Lissner
68b1594553
Fix #4220 : void-function org-clocking-p
...
On first invocation of +org/toggle-last-clock, before org-clock has
loaded.
2020-11-06 02:29:37 -05:00
Henrik Lissner
304424d844
Fix #4212 : slow file checks over network shares
...
On windows.
2020-11-04 14:40:44 -05:00
Henrik Lissner
50226c45e6
setq -> setq-default for org directory vars
...
So lazy loaded settings won't overwrite dir or file local variables.
2020-11-03 22:00:15 -05:00
Henrik Lissner
4fc084e7bd
Fix #4209 : void-function +latex/LaTeX-indent-item
...
This was renamed to +latex-indent-item-fn in 98826f3
2020-11-03 15:24:56 -05:00
Henrik Lissner
91a4311a17
Fix #4202 : svg files opening as text
2020-11-02 14:54:51 -05:00
Henrik Lissner
fcdd238291
Merge pull request #4146 from sei40kr/python-poetry-tracking-mode
...
Enable poetry-tracking-mode
2020-11-01 16:25:38 -05:00
Itai Y. Efrat
55b18b70c3
delete extra paren in :lang latex
...
introduced in #4183
2020-10-31 11:54:11 +02:00
Henrik Lissner
c96e901b61
Merge pull request #4122 from wangggong/php-doc
...
fix: add explanation for php document
2020-10-31 03:43:55 -04:00
Henrik Lissner
3354efd840
Merge pull request #4185 from carloscheddar/web-mode/add-support-for-eco-files
...
Associate .eco files with web-mode
2020-10-31 03:43:09 -04:00
Seong Yong-ju
17b6129d34
Minor refactor
2020-10-31 16:18:15 +09:00
Carlos Feliciano
ecd7e21a52
Associate .eco files with web-mode
2020-10-30 21:51:35 -04:00
George Xanthakis
ccfa2855a1
Map Tex-view to localleader-v
2020-10-31 01:55:36 +02:00
Henrik Lissner
9da27fdc04
Merge pull request #4140 from sggutier/mathjax-markdown-preview
...
Add mathjax support for markdown preview
2020-10-29 02:07:36 -04:00
Henrik Lissner
4f7d9f7171
Merge pull request #4144 from davidh38/config/add_testall_keybinding_pytest
...
Add keybinding for testing all project functions with pytest
2020-10-29 02:07:26 -04:00
Henrik Lissner
e430b1548c
Merge pull request #4166 from gilbertw1/scala-lsp-formatting
...
Disable lsp indentation in scala mode
2020-10-29 02:07:08 -04:00
wangruichao
bb29a84521
fix: fix grammar misuse
...
Signed-off-by: wangruichao <793160615@qq.com>
2020-10-28 16:24:20 +08:00
Bryan Gilbert
ff3248d022
Disable lsp indentation in scala mode
2020-10-27 09:28:11 -04:00
Henrik Lissner
ecddd347f3
lang/php: use php-language-server.php if in PATH
2020-10-26 05:49:21 -04:00
Seong Yong-ju
9baf656ff9
Enable poetry-tracking-mode
2020-10-24 20:17:00 +09:00
lifeainteasy@web.de
3788fd2c44
Add Keybinding for testing all functions in the project with pytest
2020-10-24 01:29:44 +02:00
Saúl Germán Gutiérrez Calderón
e333feaf54
Add mathjax support for markdown preview in pandoc
2020-10-22 21:47:32 -05:00
Henrik Lissner
a110b6ab5f
Disable idle completion in nix-mode
...
company-nixos-options is dreadfully slow, so we make code completion
manual in nix-mode.
Closes #3927
2020-10-22 14:49:21 -04:00
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