Henrik Lissner
93636c862b
Merge pull request #3706 from ymarco/evil-texx
...
Add evil-tex package to :lang latex
2020-08-12 15:25:42 -04:00
Henrik Lissner
ca7a18f3c6
Bump :lang java
...
Groovy-Emacs-Modes/groovy-emacs-modes@cafdd98 -> Groovy-Emacs-Modes/groovy-emacs-modes@26da902
emacs-lsp/lsp-java@811760a -> emacs-lsp/lsp-java@2600162
Fixes #3737
2020-08-12 14:56:42 -04:00
Henrik Lissner
03162466c6
Fix fix for #3731
...
Get fixed.
See ab3376869
2020-08-11 19:22:32 -04:00
Henrik Lissner
ab3376869d
Fix #3731 : fix dap-java keybinds
2020-08-11 19:19:01 -04:00
Henrik Lissner
3173b39b58
lang/org: different bullets for nested plain lists
2020-08-09 01:50:41 -04:00
Yoav Marco
dd775167ae
Add evil-tex package to :lang latex
2020-08-08 19:22:05 +03:00
Henrik Lissner
f686e01f4b
lang/org: fix eval handler
...
1. Wasn't restricting boundaries to the inside of the src block.
2. Was using a match when no match data was set (whoops).
2020-08-07 22:41:39 -04:00
Henrik Lissner
3b13105e0e
lang/org: add jupyter support to eval handler
2020-08-07 20:15:15 -04:00
Henrik Lissner
d39bd90106
Bump :lang python
...
cython/cython@5d8527d -> cython/cython@0208bf2
emacs-lsp/lsp-pyright@f85ad03 -> emacs-lsp/lsp-pyright@3cf2e8f
emacs-lsp/lsp-python-ms@d42ffc2 -> emacs-lsp/lsp-python-ms@7a502e6
galaunay/poetry.el@d876522 -> galaunay/poetry.el@22a76cd
pythonic-emacs/anaconda-mode@6094ded -> pythonic-emacs/anaconda-mode@73266a4
wbolster/emacs-python-pytest@dd05959 -> wbolster/emacs-python-pytest@6a3b4e5
2020-08-07 19:10:06 -04:00
Henrik Lissner
39344dee79
lang/python: update & correct README
...
Corrected typos and misinformation, also mentioned new +pyright flag.
2020-08-07 19:05:49 -04:00
Henrik Lissner
1bc770e89b
Merge pull request #3690 from sorawee/racket-mode-flycheck
...
racket-mode: avoid using flycheck-disable-checker
2020-08-06 15:27:46 -04:00
Henrik Lissner
e6417172cb
Bump :tools eval
...
emacsorphanage/quickrun@c6ce1f3 -> emacsorphanage/quickrun@ce7383c
Crystal support was added to quickrun upstream.
2020-08-06 00:39:43 -04:00
Henrik Lissner
bf9042327c
lang/org: improve jupyter support
...
Closes #2477
Co-authored-by: Seong Yong-ju <sei40kr@gmail.com>
2020-08-06 00:32:36 -04:00
Henrik Lissner
5a80db875c
lang/org: add lookup handlers for src blocks
...
- Fixes: `set-lookup-handlers!` couldn't define :definition or
:references handlers in text-mode derivatives.
- Adds: support for evaluating code in jupyter blocks (#2477 ).
2020-08-06 00:23:09 -04:00
Henrik Lissner
3b159dda0a
lang/org: add code-completion in src blocks
...
company-capf for src blocks and company-dabbrev for everything else.
Relevant to #2477
2020-08-06 00:22:40 -04:00
Sorawee Porncharoenwase
58b4ac9d6d
PR feedback
2020-08-05 18:53:16 -07:00
Henrik Lissner
c88eb0fff8
Bump :lang crystal
...
crystal-lang-tools/emacs-crystal-mode@2428b01 -> crystal-lang-tools/emacs-crystal-mode@f9e4db1
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-08-05 20:51:47 -04:00
Henrik Lissner
68136f7ff9
lang/org: add +pretty flag; move org-superstar
...
org-superstar is no longer enabled by default, due to unicode-related
crashes and general slowness betraying our "gotta go fast" mantra.
2020-08-05 18:31:01 -04:00
Henrik Lissner
8ae0e79918
lang/org: add eval handler
...
With this, gr and gR will now work in babel blocks to execute a subset
of the block (or the whole thing, if you'd like). Results are displayed
in a popup buffer (or overlay if :tools (eval +overlay) is enabled).
2020-08-05 18:26:07 -04:00
Henrik Lissner
80e1e8ff9a
lang/org: refactor & reformatting
2020-08-05 18:26:07 -04:00
Henrik Lissner
68c15ef4ae
lang/org: tie auto-indent on RET to electric-indent
...
Gives the user a venue for disabling indentation behavior.
2020-08-05 18:26:06 -04:00
Henrik Lissner
863eb82efd
S-RET -> insert literal newline
...
A convention on many text editors and applications is to make RET
auto-indent new lines. That has already been done. Another convention is
for S-RET to insert an unindented line; this commit adds this convention
to Doom.
Relevant to #3694
2020-08-05 18:26:06 -04:00
Henrik Lissner
d81ef69525
Fix #3693 : don't unfold archive trees on file-open
...
Also refactors +org-make-last-point-visible-h to be more realistic about
when it should and shouldn't expand the hidden region at point. Since
org-agenda-inhibit-startup is now non-nil by default it makes no sense
to test it (and it was a poor choice to begin with).
Plus, instead of using outline's API, better to use org's, even if
they're aliases or wrappers. Less of a maintenance burden.
2020-08-05 15:00:34 -04:00
Sorawee Porncharoenwase
214411edb4
racket-mode: avoid using flycheck-disable-checker
...
The problem is that at this point, flycheck-mode might not be active
yet. Calling flycheck-disable-checker always call (flycheck-buffer)
which would result in an error: (user-error "Flycheck mode disabled")
2020-08-04 17:30:39 -07:00
Henrik Lissner
9ac9deb0fd
Bump :lang clojure
...
clojure-emacs/cider@3d8552a -> clojure-emacs/cider@9e117c2
Closes #3680
2020-08-03 18:57:34 -04:00
Henrik Lissner
a1b39b4011
Bump :lang nix
...
NixOS/nix-mode@5b59617 -> NixOS/nix-mode@a00b3f7
2020-08-03 15:01:27 -04:00
Henrik Lissner
b8c20d50fe
Fix unreadable indentation in native elisp files
2020-08-02 18:58:58 -04:00
Henrik Lissner
de343fd314
lang/csharp: add csproj-mode package
...
A major mode for .NET *.proj files
2020-08-01 16:00:18 -04:00
Henrik Lissner
a954657631
Bump :lang csharp
...
josteink/csharp-mode@57bd21b -> josteink/csharp-mode@4885177
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-08-01 15:56:30 -04:00
Henrik Lissner
16acf1a41f
Bump :lang purescript
...
purescript-emacs/psc-ide-emacs@7fc2b84 -> purescript-emacs/psc-ide-emacs@663f4e2
purescript-emacs/purescript-mode@8db1d02 -> purescript-emacs/purescript-mode@154ad16
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-07-31 16:25:45 -04:00
Henrik Lissner
cccc5d2479
Bump :lang php
...
arnested/php-extras@d410c5a -> arnested/php-extras@81ebd7c
emacs-php/php-mode@b5d9988 -> emacs-php/php-mode@4345dfd
emacs-php/phpactor.el@31fe2ea -> emacs-php/phpactor.el@62d2372
hhvm/hack-mode@fd6a661 -> hhvm/hack-mode@572c3b4
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-07-31 16:07:13 -04:00
Henrik Lissner
38390be0db
Bump :lang markdown
...
jrblevin/markdown-mode@770e3aa -> jrblevin/markdown-mode@fa9fa20
seagle0128/grip-mode@9615c47 -> seagle0128/grip-mode@52768a0
2020-07-31 16:05:56 -04:00
Henrik Lissner
ecaa246361
Bump :lang ocaml
...
diml/utop@30c77ce -> diml/utop@7bc5117
ocaml-ppx/ocamlformat@5282e04 -> ocaml-ppx/ocamlformat@27a49cc
ocaml/dune@1944d0f -> ocaml/dune@66cfb3a
ocaml/tuareg@c12061e -> ocaml/tuareg@ccde45b
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-07-31 16:05:37 -04:00
Henrik Lissner
434f107099
lang/org: org-latex-prefer-user-labels = t
2020-07-31 15:58:09 -04:00
Henrik Lissner
d6fb7d8ac6
lang/org: fix mode restart in buried agenda buffers
...
Would formerly only apply when persp-mode was active, but this has
nothing to do with persp-mode, specifically.
2020-07-31 15:57:59 -04:00
Henrik Lissner
ff18b1329e
Fix #3660 : inhibit expensive mode hooks in src blocks
...
Speeds up native indentation on RET or TAB in org src blocks.
Also, only reindent natively on RET if org-src-tab-acts-natively is
non-nil.
2020-07-31 15:42:27 -04:00
Henrik Lissner
e58ff8ebf0
lang/org: mention org-roam's sqlite3 dependency
2020-07-31 01:40:36 -04:00
Henrik Lissner
6a64f37435
Minor refactors & revision across the board
2020-07-31 01:39:24 -04:00
Henrik Lissner
a54d2b3804
lang/org: optimize org-agenda #2672
2020-07-31 01:34:56 -04:00
Henrik Lissner
c7ceed8be7
lang/org: set 3 new defaults
...
org-fontify-done-headline
org-imenu-depth
org-agenda-deadline-faces
2020-07-31 01:34:24 -04:00
Henrik Lissner
8f7a8be0ca
Bump :lang org
...
emacs-straight/org-mode@82b496c -> emacs-straight/org-mode@a1e5bee
kaushalmodi/ox-hugo@77050d2 -> kaushalmodi/ox-hugo@75b849e
oer/org-re-reveal@f9f65f3 -> oer/org-re-reveal@c548e23
org-roam/org-roam@4d992ce -> org-roam/org-roam@0aa0a7c
2020-07-31 01:23:00 -04:00
Henrik Lissner
66e9b0afc8
Bump :lang gdscript
...
GDQuest/emacs-gdscript-mode@a52e91c -> GDQuest/emacs-gdscript-mode@7aea87b
2020-07-30 15:09:57 -04:00
Henrik Lissner
34e8047180
Fix #3645 : stringp error starting up org-roam
...
A naive check upstream expects emacsql-sqlite3-executable to always be a
string, but it will be nil if sqlite3 isn't installed, so it throws an
unhelpful type error.
Relevant to #3643
2020-07-29 14:30:09 -04:00
wedens
d006f76dea
org-roam: check for sqlite3 executable in doctor
2020-07-29 10:46:10 +07:00
Henrik Lissner
0e73297707
lang/org: fix edge case in +org--insert-item
2020-07-27 03:07:04 -04:00
Henrik Lissner
046dfb6475
lang/python: refactor lsp integration
2020-07-27 01:20:49 -04:00
Henrik Lissner
6ebdbafbe4
Bump :lang python
...
cython/cython@12ab8bc -> cython/cython@5d8527d
emacs-lsp/lsp-pyright@242d19b -> emacs-lsp/lsp-pyright@f85ad03
emacs-lsp/lsp-python-ms@7068cf0 -> emacs-lsp/lsp-python-ms@d42ffc2
pythonic-emacs/anaconda-mode@10299bd -> pythonic-emacs/anaconda-mode@6094ded
wbolster/emacs-python-pytest@09ad688 -> wbolster/emacs-python-pytest@dd05959
2020-07-27 01:19:13 -04:00
Henrik Lissner
cacc9d2e9b
lang/org: org-list-allow-alphabetical = t
2020-07-26 16:17:07 -04:00
Henrik Lissner
a5c509afff
lang/org: org-catch-invisible-edits = 'smart
2020-07-26 16:17:07 -04:00
Henrik Lissner
b2e11f9a72
Revise docstrings for org hooks
2020-07-26 16:17:04 -04:00