Commit Graph

13188 Commits

Author SHA1 Message Date
3ed98a41bb emacs/undo: add "disabling persistent undo history" to readme 2020-05-09 15:39:37 -04:00
c0d208965d Merge pull request #3073 from yangsheng6810/develop
Allow +vterm/toggle to open remotely
2020-05-09 02:24:19 -04:00
6c4e2d08d4 Move the function back and rename 2020-05-09 01:06:19 -05:00
39ce0c844b Extract implementation to a separate function 2020-05-09 00:53:10 -05:00
50bf06a57a Allow +vterm/toggle to open remotely
When `default-directory` is remote, prepare the toggled vterm at remote
location.
2020-05-09 00:38:25 -05:00
e2b5f50e7b Fix wrong-type-arg lsp--client in set-lsp-priority! 2020-05-09 01:37:40 -04:00
ba0c89288d Fix void-variable server in set-lsp-priority! 2020-05-09 01:20:36 -04:00
6780d7c816 Update python readme wrt mspyls & pyls
Since lsp-python-ms changed its priority from 1 to -1 in
emacs-lsp/lsp-python-ms@396c25c, it is no longer the first choice when
both is available.
2020-05-09 01:14:19 -04:00
1413c02b25 sly-pop-find-definition -> sly-pop-find-definition-stack 2020-05-09 00:30:21 -04:00
7472cffadd Integrate LSP into +format/{buffer,region} commands
Relevant to #1652
2020-05-08 22:04:59 -04:00
dfab5b941f Merge pull request #3071 from dsdshcym/bump-ivy
Bump :completion ivy
2020-05-08 22:04:02 -04:00
0cc811750d Bump :completion ivy
abo-abo/swiper@9e0803c -> abo-abo/swiper@84efa3a

fixed #3069
2020-05-09 07:54:20 +08:00
29e1398977 Recenter after project search (with counsel) 2020-05-08 16:14:47 -04:00
42a21dffdd Add doom-incremental-load-immediately option
Closes #3063
2020-05-08 16:06:55 -04:00
4347cc5277 Merge pull request #3065 from yoavm448/develop
Add org-roam doctor check for the dot executable
2020-05-08 15:58:12 -04:00
48221b4b86 Bump :ui doom
hlissner/emacs-doom-themes@254d476 -> hlissner/emacs-doom-themes@34f181c

Closes #3057
2020-05-08 15:57:20 -04:00
cbd4ca7b47 Bump :term vterm
akermu/emacs-libvterm@8f00dc9 -> akermu/emacs-libvterm@422ffe0
2020-05-08 15:56:41 -04:00
5121a7977a Bump :tools debugger
emacs-lsp/dap-mode@04d7e96 -> emacs-lsp/dap-mode@cc2eb2f
2020-05-08 15:56:22 -04:00
51cf9dcc50 Bump :tools lsp
emacs-lsp/lsp-mode@941e606 -> emacs-lsp/lsp-mode@11750e7
emacs-lsp/lsp-ui@43f71e3 -> emacs-lsp/lsp-ui@1288be9
2020-05-08 15:55:58 -04:00
022564f737 Update ToC in FAQ 2020-05-08 15:21:30 -04:00
692772a9bd Add "Why is scrolling slow in Emacs/Doom?" to FAQ 2020-05-08 15:08:25 -04:00
7bb9a8ffa1 Revise docs/faq 2020-05-08 15:08:25 -04:00
4f27d8e774 Fix #3070: project scratch buffers not persistent 2020-05-08 15:08:25 -04:00
cb8b66dd36 Remove old persisted scratch buffer file
This was for backward compatibility with the old format. Removing this
now after two months being deprecated.
2020-05-08 14:44:48 -04:00
fa0d882497 Fix #3066: void-variable lsp-java-server-install-dir 2020-05-08 14:31:33 -04:00
0d821f4ebd Add org-roam doctor check for the dot executable 2020-05-08 14:06:54 +03:00
3528fe0ca9 lang/latex: refactor & fix hooks 2020-05-08 06:28:35 -04:00
ab0d37776b Bind gb to sly pop commands 2020-05-08 06:23:28 -04:00
d1b3021304 lang/java: refactor commands out into autoloads 2020-05-08 06:23:05 -04:00
b74abebffa Update :tools lookup flags in docs/modules.org 2020-05-08 05:55:11 -04:00
79923809e8 Configure java +lsp test runner via dap-mode (#3049)
* Configure java +lsp test runner via dap-mode

This configures dap-mode appropriately so the user can run tests
directly from Doom. It adds two bindings as well which tries to mirror
other major modes:
* `SPC m t t` runs all the tests in the class at point.
* `SPC m t s` runs a single test method at point.

I also expanded the README with more details about configuring `+lsp`.

* Add +java/run-test, document +lsp/uninstall-server

* Add +java/debug-test

* Fix localleader bindings

When in `:init` they don't load in time on the initial Java buffer.
2020-05-08 05:54:54 -04:00
e411367f4b Merge pull request #3052 from sei40kr/dash-docs-xwidget-integration
Add Dash docsets + Xwidget integration
2020-05-08 05:51:12 -04:00
576134ffb7 Merge pull request #3060 from itai33/rgb-readme
README for tools/rgb, also minor typo fix
2020-05-08 05:50:43 -04:00
d8c4cf78b2 Merge pull request #3064 from gagbo/patch-2
[:ui pretty-code doc] Add link to emacs-mac-port source code
2020-05-08 05:50:29 -04:00
7300b0a041 Add :tools pdf readme #1166
And document building epdfinfo on Windows.
2020-05-08 05:49:09 -04:00
9a7f46fff3 Fix journal org files not opening in org-journal
Should also fix any lingering "No year zero" errors.
2020-05-08 05:46:19 -04:00
8d954d4dad Add link to emacs-mac-port source code
Hopefully this will make it clear that emacs-mac does something special to get ligatures working with the composition-function-table method ; and it serves as an entry point for people who want to get into this kind of detail
2020-05-08 11:18:26 +02:00
2db423897c Fix #2539: autoload org-attach commands 2020-05-08 01:27:08 -04:00
47571446b9 Use org-download-dnd instead of inhouse dnd handler
Possibly fixes #3056
2020-05-08 01:27:08 -04:00
622e1ea06b Minor refactoring 2020-05-08 09:59:15 +09:00
e5d8740efb minor typo fix 2020-05-08 03:13:11 +03:00
fd2ba11e57 add README for tools/rgb 2020-05-08 03:13:01 +03:00
0f696ec8b3 Merge pull request #3017 from sei40kr/fix-set-formatter
Fix set-formatter! documentation
2020-05-07 03:19:00 -04:00
315ce7974b Bump :term vterm
akermu/emacs-libvterm@e63bd65 -> akermu/emacs-libvterm@8f00dc9
2020-05-07 03:16:21 -04:00
44e423a6c4 Merge pull request #3031 from Amatrelan/develop
Add lang/nix barebone readme.
2020-05-07 01:25:39 -04:00
680ab78767 Merge pull request #3050 from sei40kr/fix-java-templates
Fix Java file templates
2020-05-07 01:25:25 -04:00
6acef51288 Merge pull request #3051 from sei40kr/groovy-repl
Improve Groovy support
2020-05-07 01:25:05 -04:00
f29d05200b Merge pull request #3053 from sei40kr/kotlin-repl
Add Kotlin REPL support
2020-05-07 01:24:56 -04:00
9e9f4a2559 Bump :lang org
abo-abo/org-download@48d3952 -> abo-abo/org-download@d248fcb
emacs-straight/org-mode@e5eda0b -> emacs-straight/org-mode@b171ff0
jethrokuan/org-roam@e698ed7 -> jethrokuan/org-roam@689f559
2020-05-07 01:15:58 -04:00
994028b1e9 Fix #3056: image previews for attachment links 2020-05-07 00:54:41 -04:00