971350bf96
remove custom server command
2020-11-12 22:05:39 -03:00
a460c1e364
fix rails command
2020-11-12 21:55:15 -03:00
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
f3a4c27aac
Do not overwrite org-roam-db-location
2020-11-11 18:35:54 +01:00
6225cc5337
:lang org: (+roam) Replace deprecated functions
...
Update to the latest functions - after the following commit:
https://github.com/org-roam/org-roam/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
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
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
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
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
7d3a41567d
lang/lua: add +fennel
2020-11-09 21:24:24 -05:00
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
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
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
454eef591a
Created PR to backport emacs-lisp org-babel evaluation to manage the UI
2020-11-09 02:25:59 -05:00
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
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
304424d844
Fix #4212 : slow file checks over network shares
...
On windows.
2020-11-04 14:40:44 -05:00
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
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
91a4311a17
Fix #4202 : svg files opening as text
2020-11-02 14:54:51 -05:00
fcdd238291
Merge pull request #4146 from sei40kr/python-poetry-tracking-mode
...
Enable poetry-tracking-mode
2020-11-01 16:25:38 -05:00
55b18b70c3
delete extra paren in :lang latex
...
introduced in #4183
2020-10-31 11:54:11 +02:00
c96e901b61
Merge pull request #4122 from wangggong/php-doc
...
fix: add explanation for php document
2020-10-31 03:43:55 -04:00
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
17b6129d34
Minor refactor
2020-10-31 16:18:15 +09:00
ecd7e21a52
Associate .eco files with web-mode
2020-10-30 21:51:35 -04:00
ccfa2855a1
Map Tex-view to localleader-v
2020-10-31 01:55:36 +02:00
9da27fdc04
Merge pull request #4140 from sggutier/mathjax-markdown-preview
...
Add mathjax support for markdown preview
2020-10-29 02:07:36 -04:00
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
e430b1548c
Merge pull request #4166 from gilbertw1/scala-lsp-formatting
...
Disable lsp indentation in scala mode
2020-10-29 02:07:08 -04:00
bb29a84521
fix: fix grammar misuse
...
Signed-off-by: wangruichao <793160615@qq.com >
2020-10-28 16:24:20 +08:00
ff3248d022
Disable lsp indentation in scala mode
2020-10-27 09:28:11 -04:00
ecddd347f3
lang/php: use php-language-server.php if in PATH
2020-10-26 05:49:21 -04:00
9baf656ff9
Enable poetry-tracking-mode
2020-10-24 20:17:00 +09:00
3788fd2c44
Add Keybinding for testing all functions in the project with pytest
2020-10-24 01:29:44 +02:00
e333feaf54
Add mathjax support for markdown preview in pandoc
2020-10-22 21:47:32 -05:00
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
c356d75d52
fix: add info for intelephense
...
Signed-off-by: wangruichao <793160615@qq.com >
2020-10-22 19:19:50 +08:00
d1effe2ddd
Fix keyword highlighting in Emacs 28+
...
Because they now satisfy special-variable-p.
2020-10-21 22:05:58 -04:00
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
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
ff6699e79a
Merge pull request #3716 from benbovy/fix-pytest-popup
...
Fix python-pytest-popup
2020-10-21 12:04:52 -04:00
ed94779bff
fix: add explanation for php document
...
Add some explanation for phpactor server and its prerequisites.
2020-10-21 20:58:19 +08:00
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
b857566239
Minor refactors
2020-10-20 16:52:39 -04:00
88b42caab0
Fix user-defined flycheck-checker in lsp-mode
2020-10-20 16:51:39 -04:00
331abb0158
Merge pull request #4094 from gilbertw1/add-scala-module-doc
...
Add scala module documentation
2020-10-19 01:24:39 -04:00
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
aa460786b6
Bump :lang coq
...
ProofGeneral/PG@4f6b602 -> ProofGeneral/PG@0fdb1ae
2020-10-19 01:18:53 -04:00
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