Niklas Carlsson
bad4dfcd61
Update plantuml doctor prescription
...
This patch changes the recommendation from +plantuml/install to
plantuml-dowload-jar, when the plantuml.jar can't be found. The command
+plantuml/install has been removed in a previous patch.
2019-12-18 15:33:26 +01:00
Henrik Lissner
74d4e120c1
lang/org: fix & alphabetize flags in readme & module list
2019-12-18 09:23:21 -05:00
Henrik Lissner
e6de13b4c9
Treat +ivy/project-search & +default/project-search as counsel-rg
...
This gives the former commands access to any actions (on C-o) or counsel
configuration meant for counsel-rg.
2019-12-17 23:31:10 -05:00
Henrik Lissner
defbed9ac1
completion/ivy: fix directory in project search prompt
...
It unhelpfully always displayed "./"
2019-12-17 23:15:26 -05:00
Henrik Lissner
5999dc6af9
editor/multiple-cursors: refactor :mc ex command
2019-12-17 19:17:59 -05:00
Henrik Lissner
9664f68c5f
tools/pdf: minor refactor & reformat
2019-12-17 18:10:25 -05:00
Henrik Lissner
e56cc98ae9
Move multi-term-buffer-name to :term term
2019-12-17 18:09:39 -05:00
Henrik Lissner
9c73bff4f0
ui/modeline: unset other format hooks
...
If set-modeline-hook! is used after init.
2019-12-17 15:37:33 -05:00
Henrik Lissner
980fa74630
ui/modeline: make set-modeline-hook! append to hook
...
So later invokations override earlier ones.
2019-12-17 15:28:34 -05:00
Henrik Lissner
c0302e79aa
ui/modeline: disable pdf modeline for +light users
...
Temporarily. Until a pdf modeline has been defined.
2019-12-17 15:28:34 -05:00
Henrik Lissner
f95ab47239
lang/agda: add +local flag & :nonrecursive to recipes
...
Relevant to #2203
2019-12-17 15:28:34 -05:00
Henrik Lissner
17d0833af1
lang/org: fix jupyter babel loader #2198
2019-12-17 15:28:34 -05:00
Henrik Lissner
c306b2e969
editor/evil: fix :gbr ex command
2019-12-17 15:28:34 -05:00
Ralf Beckmann
7f06644490
Make +pop/raise return the current window
2019-12-17 21:14:35 +01:00
Henrik Lissner
e782ef1d97
lang/org: add +jupyter feature, deprecate +ipython
...
And disable +pandoc by default
Relevant to #2198
2019-12-16 19:25:50 -05:00
Henrik Lissner
cdfef48b64
completion/ivy: fix +fuzzy
2019-12-16 17:49:11 -05:00
Henrik Lissner
3cefe161fa
tools/lookup: fix +lookup/online
2019-12-16 17:05:11 -05:00
Henrik Lissner
3b2a37d9a1
lang/org: noop org-babel-do-load-languages
...
It's redundant with Doom's lazy loader. Remove
+org-init-babel-lazy-loader-h from org-load-hook if you want to use it.
2019-12-16 17:05:11 -05:00
chrunchyjesus
9e7cdd04da
fix doc for enabling rust analyzer
2019-12-16 18:32:09 +01:00
Henrik Lissner
207ce02a33
ui/popup: fix quit-window sometimes breaking popups
...
By burying the buffer and switching to a buffer that doesn't belong in a
popup.
2019-12-16 05:45:27 -05:00
Henrik Lissner
08fb9c544d
ui/popup: :transient -> :ttl in readme
2019-12-16 05:13:42 -05:00
Henrik Lissner
2b2156c4f5
email/notmuch: minor reformatting
2019-12-16 03:54:15 -05:00
Rudi Grinberg
dd7af506e3
Fix regex for detecting compilation buffer
...
*Compilation* and *compilation* are both allowed
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-12-16 12:37:18 +07:00
Henrik Lissner
287ea46133
evil-ex-interactive-search-highlight = 'selected-window
2019-12-15 23:52:17 -05:00
Henrik Lissner
eaa5621b36
Update comments
2019-12-15 23:51:59 -05:00
Henrik Lissner
48cd3e0ad0
tools/magit: prevent 'cannot determine magit's version' warnings
...
By ensuring the advice runs twice.
2019-12-15 23:43:33 -05:00
Henrik Lissner
98e2fecf43
Merge pull request #2180 from rakanalh/python-isort
...
lang/python: add py-isort, remove pyimpsort
2019-12-15 23:42:54 -05:00
Henrik Lissner
ea632fc530
lang/rust: use lsp-rust instead of rustic-lsp
...
lsp-rust is supposedly superior, and doesn't assume anything about our
package management system like rustic does.
Relevant to #2195
2019-12-15 22:48:52 -05:00
Henrik Lissner
0001947401
completion/company: mention +tng/+childframe incompatibility in readme
2019-12-15 21:45:40 -05:00
Henrik Lissner
7095bdb7ce
completion/ivy: remove redundant counsel-find-file actions
...
Many of these are already upstream, but some of them are on different
keys (e.g. j instead of f for other-window).
See https://github.com/abo-abo/swiper/blob/master/counsel.el#L1864-L1875
2019-12-15 18:49:42 -05:00
Henrik Lissner
48a943b09f
tools/lookup: fix helm-google integration for +lookup/online
2019-12-15 18:03:43 -05:00
Henrik Lissner
dfb5a0cc54
tools/lookup: add autocompletion for google/duckduckgo providers
...
For +lookup/online, on `SPC s o`
- Change the signature of `+lookup/online`
- Change format of +lookup-provider-url-alist.
2019-12-15 18:00:43 -05:00
Henrik Lissner
c522ca4fc0
Minor refactors & cleanup
2019-12-15 15:53:28 -05:00
Henrik Lissner
77a68006d4
emacs/vc: fix void-function browse-at-remote--file-url error
2019-12-15 14:58:01 -05:00
Rakan Alhneiti
304af70000
Update optimize import to use py-isort
2019-12-15 16:50:31 +01:00
Rakan Alhneiti
a64b3bdceb
Add an entry in the readme for the isort prequisite
2019-12-15 16:50:31 +01:00
Rakan Alhneiti
eeafec2df0
Make isort default python import sorting package
2019-12-15 16:50:30 +01:00
Rakan Alhneiti
7d09921a29
Add isort feature to readme
2019-12-15 16:50:24 +01:00
Henrik Lissner
0088872c20
emacs/vc: remove extraneous next/prev keys
...
Also, 'q' is already bound upstream in evil-collection-git-timemachine
2019-12-15 02:26:36 -05:00
Henrik Lissner
721b635476
emacs/vc: refactor git-timemachine header-line advice
...
The function was removed in bb702acfd
2019-12-15 02:17:40 -05:00
Henrik Lissner
bb702acfd0
emacs/vc: replace git-link w/ browse-at-remote
...
git-link is no longer maintained and browse-at-remote has support for
more remotes.
- Bind '<leader> g o h' to open homepage in browser
- Rebind '<leader> g o o' to open file or region (omits the #L<N> suffix
if no selection is active).
2019-12-15 01:55:02 -05:00
Henrik Lissner
20a733a861
ui/modeline: major refactor of +light modeline
2019-12-15 01:16:22 -05:00
Henrik Lissner
7fa4e67e39
Minor refactors
2019-12-14 20:42:55 -05:00
Henrik Lissner
c088aaeb1b
tools/editorconfig: remove editorconfig-lisp-use-default-indent
...
This is now its default value upstream.
2019-12-14 01:15:59 -05:00
Henrik Lissner
87f6dab424
completion/ivy: remove unused var; update config
...
...to reflect our dropping ag/grep support.
2019-12-13 23:00:01 -05:00
Henrik Lissner
a24b750c6c
completion/ivy: fix ivy-re-builders-alist delegates
2019-12-13 22:49:26 -05:00
Henrik Lissner
b8d4fef93f
email/wanderlust: add flim/apel packages
...
See:
raxod502/straight.el#445
wanderlust/wanderlust#172
2019-12-13 20:07:41 -05:00
Henrik Lissner
f236d27d51
ui/modeline: add +light feature
...
This will one day replace the module.
2019-12-13 20:07:41 -05:00
Henrik Lissner
fbe8d9d8ac
ui/modeline: remove dangling advice
...
`doom-modeline-icon-material` was removed upstream and replaced with
`doom-modeline-icon`. This breaks the saved icon, again. PRs welcome.
2019-12-13 19:52:52 -05:00
Henrik Lissner
fecf68bb2a
Bind 'SPC s L' to ffap-menu
2019-12-13 17:31:11 -05:00