Commit Graph

3061 Commits

Author SHA1 Message Date
f2c9e40d44 Load python on REPL commands
To fix 'void-variable python-shell-interpreter' and similar errors.
2020-05-14 01:53:41 -04:00
694be5cbd8 bring back projectile-rails functionality 2020-05-14 01:59:24 -03:00
558ea08411 Disable slow smartparens-org defaults in org-mode
But keep its base defaults.

Relevant to #452
2020-05-13 22:48:42 -04:00
a10c157d87 Fix zr, zm, zR & zM vimmish folding in org-mode
Fixes the following keybinds for evil users:

z r        open next level of headings buffer-wide
z m        close next level of headings buffer-wide
z R        open all folded headings
z M        close all folded headings
[N] z R    open all headings at level N and above
[N] z M    close all headings at level N and below
2020-05-13 19:31:09 -04:00
7bbb52f17c No longer disable org-highlight-sparse-tree-matches
The original issue it was meant to fix no longer occurs in recent
versions of org.
2020-05-13 16:06:25 -04:00
a036513241 Added +lsp flag to lang/purescript 2020-05-13 17:32:20 +09:00
d7061c8663 Remap haskell-mode-jump-to-def-or-tag to +lookup/definition 2020-05-12 20:07:11 -04:00
717d53c666 Tweak GC settings, particularly for org & lsp
These two modes are particularly expensive. This needs more
testing.
2020-05-12 19:59:14 -04:00
bc5bbb1770 Fix #3102: move org-habit init back into hook 2020-05-12 05:15:55 -04:00
8252abfa39 Merge pull request #3096 from jsmestad/patch-1
Update README to point to new elixir-ls org
2020-05-11 18:28:00 -04:00
487b1927e2 Bump :lang go
dominikh/go-mode.el@10d6ab4 -> dominikh/go-mode.el@734d523

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-05-11 17:11:36 -04:00
f8eb306534 Update README to point to new elixir-ls org
Now that the JakeBecker project has been [moved](9d4c1485e9), update the README.
2020-05-11 11:17:23 -06:00
7cf2109b1a Don't error on missing org contrib feature 2020-05-11 04:53:39 -04:00
f9a677427e Replace save-after-refile advice with hook
A hook is better than an advice, which could break with an update.

Also, reformat org-mks advice.
2020-05-11 03:11:15 -04:00
129eebcf2a Only configure org-habit if in org-modules
Rather than force org-habit even on folks that don't use it.
2020-05-11 03:11:15 -04:00
23b5a6c142 lang/org: refactor how module loads flag features 2020-05-11 03:00:08 -04:00
31e4bfb2d4 Don't unfold to 2nd level in org-mode by default
This is too opinionated to be a default, and has thus been replaced with
"unfold subtree around point when opening an org file", in case
saveplace has restored the point to a folded region.
2020-05-11 03:00:08 -04:00
6c01d1a5ac Increase read-process-output-max for robe-mode
It appears robe, like LSP, is very chatty, which can slow down Emacs.
2020-05-11 03:00:08 -04:00
037345cfd9 lang/emacs-lisp: reformat autoloads 2020-05-11 03:00:08 -04:00
05e1c0d782 Bump :lang org
Kungsgeten/org-brain@ae7fe0f -> Kungsgeten/org-brain@ed99f7e
emacs-straight/org-mode@b171ff0 -> emacs-straight/org-mode@20c1322
jethrokuan/company-org-roam@0913d86 -> jethrokuan/company-org-roam@3da3821
jethrokuan/org-roam@689f559 -> jethrokuan/org-roam@ad5fca5
2020-05-11 03:00:08 -04:00
91d7747c0b Bump :lang ruby
arthurnn/minitest-emacs@97d7d17 -> arthurnn/minitest-emacs@ddd152c
asok/projectile-rails@0398d94 -> asok/projectile-rails@11980b2

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-05-11 03:00:08 -04:00
395c4e593b Bump :lang emacs-lisp
Fanael/highlight-quoted@2410347 -> Fanael/highlight-quoted@2410347
jorgenschaefer/emacs-buttercup@a91f282 -> jorgenschaefer/emacs-buttercup@532d082
xuchunyang/elisp-demos@57dd4ae -> xuchunyang/elisp-demos@4cd55a3

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-05-11 03:00:07 -04:00
a634aaa4e8 Bump :lang markdown
jrblevin/markdown-mode@c927a11 -> jrblevin/markdown-mode@f47a2e9
ardumont/markdown-toc@eda9650 -> ardumont/markdown-toc@a9f13ee
Somelauw/evil-markdown@46cd81b -> Somelauw/evil-markdown@685d7fb

Reverts 35f18c5e74 because Somelauw/evil-markdown#1 was merged
2020-05-10 18:28:16 -04:00
1fccec181c Unify org-agenda-clock bindings with org-clock
Following b40d85e9b
2020-05-10 16:09:45 +02:00
b24d545f50 Bump :lang clojure
clojure-emacs/cider@d63e565 -> clojure-emacs/cider@3a59fe0
clojure-emacs/clojure-mode@c970c46 -> clojure-emacs/clojure-mode@da9f1ec

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-05-10 05:11:55 -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
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
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
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
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
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
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
e5d8740efb minor typo fix 2020-05-08 03:13:11 +03:00
44e423a6c4 Merge pull request #3031 from Amatrelan/develop
Add lang/nix barebone readme.
2020-05-07 01:25:39 -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
5b23b3d486 Add popup rule for org-journal search commands 2020-05-07 00:23:46 -04:00
333bdd44c0 Fix "no year zero" error when starting org-journal 2020-05-07 00:23:29 -04:00
a80ae71b05 Append elisp variable's value to eldoc 2020-05-06 21:01:04 -04:00
7dbf51f11c Move nixfmt note and Keybindings to correct place 2020-05-06 22:14:38 +03:00
9219d25746 Apply suggestions from code review
Co-authored-by: Oleksii Filonenko <brightone@protonmail.com>
2020-05-06 19:27:10 +03:00
d89e90190e Get rid of redundant pop-to-buffer 2020-05-07 01:22:26 +09:00