Commit graph

3726 commits

Author SHA1 Message Date
Henrik Lissner
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
Henrik Lissner
2db423897c
Fix #2539: autoload org-attach commands 2020-05-08 01:27:08 -04:00
Henrik Lissner
47571446b9
Use org-download-dnd instead of inhouse dnd handler
Possibly fixes #3056
2020-05-08 01:27:08 -04:00
Itai Y. Efrat
e5d8740efb minor typo fix 2020-05-08 03:13:11 +03:00
Henrik Lissner
44e423a6c4
Merge pull request #3031 from Amatrelan/develop
Add lang/nix barebone readme.
2020-05-07 01:25:39 -04:00
Henrik Lissner
6acef51288
Merge pull request #3051 from sei40kr/groovy-repl
Improve Groovy support
2020-05-07 01:25:05 -04:00
Henrik Lissner
f29d05200b
Merge pull request #3053 from sei40kr/kotlin-repl
Add Kotlin REPL support
2020-05-07 01:24:56 -04:00
Henrik Lissner
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
Henrik Lissner
994028b1e9
Fix #3056: image previews for attachment links 2020-05-07 00:54:41 -04:00
Henrik Lissner
5b23b3d486
Add popup rule for org-journal search commands 2020-05-07 00:23:46 -04:00
Henrik Lissner
333bdd44c0
Fix "no year zero" error when starting org-journal 2020-05-07 00:23:29 -04:00
Henrik Lissner
a80ae71b05
Append elisp variable's value to eldoc 2020-05-06 21:01:04 -04:00
amatrelan
7dbf51f11c Move nixfmt note and Keybindings to correct place 2020-05-06 22:14:38 +03:00
Jarmo Riikonen
9219d25746
Apply suggestions from code review
Co-authored-by: Oleksii Filonenko <brightone@protonmail.com>
2020-05-06 19:27:10 +03:00
Seong Yong-ju
d89e90190e Get rid of redundant pop-to-buffer 2020-05-07 01:22:26 +09:00
Seong Yong-ju
849ca9b79f Fix typo: Groovy_SDK -> Groovy_JDK 2020-05-07 01:19:57 +09:00
Seong Yong-ju
d8ef43c557 Add Kotlin REPL support 2020-05-07 01:12:47 +09:00
Seong Yong-ju
0e4f2fa578 Add doc for +java/groovy-open-repl 2020-05-06 23:53:37 +09:00
Seong Yong-ju
c3d22346ad Set the docsets for Groovy 2020-05-06 23:50:45 +09:00
Seong Yong-ju
3e7624cfc0 Add Groovy REPL support 2020-05-06 23:49:05 +09:00
Henrik Lissner
3fe35a6730
Merge pull request #3039 from jsravn/improve-java-module
Make some improvements to java +lsp
2020-05-06 02:59:26 -04:00
Henrik Lissner
d4242c4ec3
Fix 'No such file or directory, ob-elisp' error
When running async elisp src blocks in org-mode.
2020-05-06 02:57:12 -04:00
James Ravn
57e019e62e
Remove unnecessary dap-mode dependency
Only needed this when I was auto loading the jt lens. This should also
be conditional on the debugger module being enabled.
2020-05-06 07:52:33 +01:00
James Ravn
75305f095f
Fix lsp-jt-root in case someone wants to experiment with java-test 2020-05-06 07:47:04 +01:00
James Ravn
642efaf2b4
Move hook into use-package, remove update-lsp-server 2020-05-06 07:43:38 +01:00
Henrik Lissner
158963028e
Fix fallback character for org-superstar in terminals 2020-05-05 21:45:19 -04:00
Henrik Lissner
348d5751fd
Fix #3041: void-function +javascript-init-tide-or-lsp-maybe-h error 2020-05-05 12:25:07 -04:00
James Ravn
eb738d9e3a
Remove jt stuff 2020-05-05 16:31:14 +01:00
James Ravn
72eaf530cf
Make some improvements to java +lsp
This is a first pass at making `+lsp` more functional:

* Fix lsp not starting automatically when opening java-mode buffers.
Placing it in the lsp-java hook does not work.
* Enable the code lens for test classes.
* Add a keybinding/function to easily update the eclipse LSP server.
* Add a keybinding to bring up the lsp-jt-browser (the treemacs based
browser that lists all the project tests).
* Fix root path for lsp-jt.

There are still a lot of rough edges here, and I don't think it's quite
usable yet, mostly due to issues around the java test mode (lsp-jt). The other
functionality all seems to work well though.
2020-05-05 13:23:15 +01:00
Henrik Lissner
cacc4a0ff7
Only trigger property indent correction in plists
Before

  (defcli! :main
           ()
           ...)

After

  (defcli! :main
    ()
    ...)
2020-05-05 03:31:43 -04:00
amatrelan
75a9bcf56b Added lang/nix barebone readme.
I added all the things I know about this module but there might be
something I don't know about so check and validate.

This is related to #1166 effort.
2020-05-04 14:15:13 +03:00
Huy Duong
8ae7bf0ef1 Fix tide not working with rjsx-mode
Tide doesn't work with rjsx-mode after changing to *-mode-local-vars-hook.
Fixed by adding +javascript-init-lsp-or-tide-maybe-h for
rjsx-mode-local-vars-hook as well.

Signed-off-by: Huy Duong <huy.duong@employmenthero.com>
2020-05-04 15:28:03 +07:00
Henrik Lissner
bef3457232
Remove redundant or invalid settings from org module
These have either been removed upstream or already match their defaults.
2020-05-02 22:47:26 -04:00
Henrik Lissner
62b626f7b7
Bump :lang perl
Raku/raku-mode@44529c0 -> Raku/raku-mode@d474216

Raku/raku-mode#33 was merged.
2020-05-02 22:11:58 -04:00
Henrik Lissner
5a54ef1f9f
Fix org-crypt not running when saving org files 2020-05-02 17:52:22 -04:00
Henrik Lissner
17a66004f0
Bump :lang org
abo-abo/org-download@d542a30 -> abo-abo/org-download@48d3952
emacs-straight/org-mode@90cf500 -> emacs-straight/org-mode@e5eda0b
jethrokuan/org-roam@65d99e9 -> jethrokuan/org-roam@e698ed7
kaushalmodi/ox-hugo@5106b43 -> kaushalmodi/ox-hugo@8f36181
2020-05-02 13:17:10 -04:00
Henrik Lissner
9de445c189
Enable lsp-mode a little later in {html,web}-mode
Gives the user more time to customize the mode before they load, either
through {html,web}-mode-hook or file/dir-local variables.
2020-05-01 19:53:19 -04:00
Henrik Lissner
45aae7f15b
Bump :lang solidity
ethereum/emacs-solidity@b190993 -> ethereum/emacs-solidity@022b315

And removed the pin on the other packages, since they all come from the
same repo.
2020-05-01 19:51:32 -04:00
Henrik Lissner
8b83054113
Bump :lang racket
greghendershott/racket-mode@202cc1b -> greghendershott/racket-mode@8f3b214
2020-05-01 19:50:47 -04:00
Henrik Lissner
03ecfed1a7
Fix RET indent of elisp forms following properties
Only affects newline-and-indent, not reindent commands.

Before:

  (list :a 1
    :b 2
    :c 3)

After:

  (list :a 1
        :b 2
        :c 3)

This could use some refactoring...
2020-05-01 02:18:26 -04:00
Henrik Lissner
504d1388cf
Fix scheme indent advice
Logical branches were incorrectly grouped. Also, I've documented my
other changes to the original function.
2020-05-01 01:22:14 -04:00
Henrik Lissner
9deb470f16
Fix gr/gR/K keybinds in sly-mode
And reindent map!
2020-04-30 20:37:19 -04:00
Henrik Lissner
725c5f7e38
Document some of lang/markdown's lines 2020-04-30 19:16:41 -04:00
Henrik Lissner
5e904319fd
Bump :lang markdown
ardumont/markdown-toc@7038f4f -> ardumont/markdown-toc@eda9650
jrblevin/markdown-mode@e9dff50 -> jrblevin/markdown-mode@c927a11

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-04-30 19:14:30 -04:00
Henrik Lissner
66453a4630
Merge pull request #3014 from ericdallo/bump-lsp-dart
Bump :lang dart
2020-04-30 18:38:46 -04:00
Henrik Lissner
885393ea1c
Transition more :lang modules to long SHA1 format
See 45cdfb125 for why.
2020-04-30 18:38:07 -04:00
Henrik Lissner
d181b27f08
Bump :lang web
emacs-straight/rainbow-mode@3ef813d -> emacs-straight/rainbow-mode@f780ddb
fxbois/web-mode@b0bb4ab -> fxbois/web-mode@3381baa
hlissner/emacs-counsel-css@61a38c9 -> hlissner/emacs-counsel-css@6427dfc

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-04-30 18:33:51 -04:00
Eric Dallo
911dacf698
Bump :lang dart
emacs-lsp/lsp-dart@4cd73b7 -> emacs-lsp/lsp-dart@80f8eca
2020-04-30 19:33:29 -03:00
Henrik Lissner
a634e2c812
Indent elisp plists more sensibly 2020-04-30 15:54:36 -04:00
Henrik Lissner
1152b2c7bc
Default org-crypt to epa-file-encrypt-to 2020-04-30 14:37:06 -04:00