Commit graph

9234 commits

Author SHA1 Message Date
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
abb9ab7674
Fix :mc/REGEXP not placing real cursor in correct position
With ':mc/abc' we should get

  a b c
  a b [a]bc
  a [a]bc c
  [a]bc b c
  a b c

Instead, we got

  a b c
  a b abc
  a [a]bc c
  [a]bc b c
  a b c

And the real cursor would be somewhere else (on the same column it was
left in when you were in visual mode).
2020-05-13 15:23:19 -04:00
Henrik Lissner
5c493541a9
Fix #3089: load unfo-fu a little sooner 2020-05-13 14:05:58 -04:00
Steven vanZyl
c881f98960
Merge branch 'develop' into eshell-improvements 2020-05-13 09:17:10 -04:00
nobv
caf45044e8 Fixed README 2020-05-13 17:39:56 +09:00
nobv
a036513241 Added +lsp flag to lang/purescript 2020-05-13 17:32:20 +09:00
Henrik Lissner
bc0db09a28
Fix #1703: dired not listing files over TRAMP 2020-05-12 23:22:50 -04:00
Henrik Lissner
a7c2cbab90
Fix #3110: wrong-number-of-args on backspace
Due to a regression in 82ddc8633.
2020-05-12 22:40:07 -04:00
Henrik Lissner
cbd05afcc8
Bump :emacs undo
ideasman42/emacs-undo-fu-session@b808ef0 -> ideasman42/emacs-undo-fu-session@0400f15
ideasman42/emacs-undo-fu@0ce9ac3 -> ideasman42/emacs-undo-fu@2b1e532
2020-05-12 21:39:00 -04:00
Henrik Lissner
d7061c8663
Remap haskell-mode-jump-to-def-or-tag to +lookup/definition 2020-05-12 20:07:11 -04:00
Henrik Lissner
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
Henrik Lissner
82ddc86335
Move RET & backspace fixes out of +smartparens feature
Neither of these are tied to smartparens, and should be available to
folks that have disabled +smartparens.
2020-05-12 19:42:03 -04:00
amatrelan
1ad59fa1ca add app/rss readme 2020-05-12 19:48:42 +03:00
amatrelan
9f25e52fb7 Init app/rss readme.org 2020-05-12 18:42:00 +03:00
Felix Clark
7f201fc13e Following doom style guide 2020-05-12 11:31:03 -04:00
Felix Clark
cdd5e3931f activating dap web modules in TS mode 2020-05-12 10:19:15 -04:00
Henrik Lissner
bc5bbb1770
Fix #3102: move org-habit init back into hook 2020-05-12 05:15:55 -04:00
Henrik Lissner
272d8867af
Rename file to store last pdf page
Creating a new convention for Doom modules: values stored with the
`doom-store` library should be kept in a file named after the package
that uses it.
2020-05-11 22:12:12 -04:00
Henrik Lissner
de27b2c041
Preserve current directory when splitting eshell
Fixes #3091
2020-05-11 22:09:17 -04:00
Henrik Lissner
54ac031552
Merge pull request #3095 from Emiller88/email-bindings
Add open email bindings
2020-05-11 18:29:03 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
5e7d684927
Fix #3089: undo-fu-mode not enabled early enough 2020-05-11 15:31:16 -04:00
Justin Smestad
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
Edmund Miller
f586ae7663
Add open email bindings 2020-05-11 11:21:27 -05:00
Seong Yong-ju
d08f2dd888 tools/lookup: Support type definition lookup handlers 2020-05-12 01:06:23 +09:00
Seong Yong-ju
13134726dc tools/lookup: Support implementations lookup handlers 2020-05-12 01:03:52 +09:00
Henrik Lissner
1529dcaaf5
Fix #3007: wrong-type-arg stringp on eshell completion 2020-05-11 05:32:51 -04:00
Henrik Lissner
7cf2109b1a
Don't error on missing org contrib feature 2020-05-11 04:53:39 -04:00
Henrik Lissner
adb20190ed
Merge pull request #3084 from HaoZeke/noSudoYay
lookup: Update docs
2020-05-11 04:05:01 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
bae9f91636
Speed up +default/{find-in,browse}-notes
This removes the 2-3s wait when using these two commands when the user
has defined `org-directory` early.
2020-05-11 03:00:08 -04:00
Henrik Lissner
23b5a6c142
lang/org: refactor how module loads flag features 2020-05-11 03:00:08 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
037345cfd9
lang/emacs-lisp: reformat autoloads 2020-05-11 03:00:08 -04:00
Henrik Lissner
84dce5d4ea
Persist current page number for PDFs 2020-05-11 03:00:08 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
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
Rohit Goswami
e08b0d600e
lookup: Update docs 2020-05-10 23:47:44 +00:00
Henrik Lissner
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
Henrik Lissner
718ff79dcd
Merge pull request #3077 from Emiller88/email-docs
Add a few Email docs
2020-05-10 18:27:11 -04:00
Henrik Lissner
58377e01c4
Correct DATE and SINCE 2020-05-10 18:26:33 -04:00
Antoine Martin
1fccec181c Unify org-agenda-clock bindings with org-clock
Following b40d85e9b
2020-05-10 16:09:45 +02:00
Henrik Lissner
68547cfb95
Merge pull request #3078 from Emiller88/upload-docs
Add initial upload README
2020-05-10 05:33:31 -04:00
Henrik Lissner
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
Edmund Miller
c30f5cefb8
Add initial notmuch README 2020-05-09 22:35:23 -05:00