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
Justin Smestad
2c9e1c83ed
Add link to exunit
2020-10-22 18:41:47 -06:00
Justin Smestad
95ef7f33b1
Add exunit mode modeled after rspec-mode
2020-10-22 18:39:59 -06: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
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