Henrik Lissner
33b78499fc
emacs/dired: fix {fd,find}-dired opening results in a popup #2159
2019-12-08 00:21:29 -05:00
Henrik Lissner
04e5a8db25
docs/faq: fix strike-through markup #2165
2019-12-08 00:21:07 -05:00
Rudi Grinberg
0ea1974732
Add ibuffer filter group for the workspace
...
This introduces the +ibuffer-current-workspace function which open an
ibuffer with only buffers from the current workspace.
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-12-07 23:02:06 +07:00
Henrik Lissner
a7d5da494e
Fix end-of-file syntax error
2019-12-06 21:45:38 -05:00
Henrik Lissner
996188250b
Minor refactors & comment revision
2019-12-06 17:16:34 -05:00
Henrik Lissner
c8cfa31a1e
lang/org: add goto-visible & refile-to-visible commands
...
- Bind 'gsh' to goto-visible command in org-mode
- Bind '<localleader> g v' to goto-visible
- Bind '<localleader> r v' to refile-to-visible
- Add avy package to lang/org module
Powered by avy.
2019-12-06 17:01:58 -05:00
Henrik Lissner
77b0784075
lang/org: add helm support to goto localleader keybinds
2019-12-06 16:59:17 -05:00
Henrik Lissner
bfdd09b5c2
ui/doom: swap solaire bg for doom-challenger-deep
2019-12-06 13:59:13 -05:00
Henrik Lissner
6cf17b1237
config/default: rebind 'SPC n {c,C,n,S}'
...
'SPC n c' -> Toggle last org clock
'SPC n C' -> Cancel current org clock
'SPC n n' -> org-capture
'SPC n S' -> Search org-directory headings
Closes #2043
2019-12-06 13:38:57 -05:00
Henrik Lissner
cd158c5656
cli/install: fix missing autoloads error #2157
2019-12-06 13:24:14 -05:00
yuhan0
a30fb6fa59
Fix interactive call of doom/narrow-buffer-indirectly
...
Optional 3rd arg was removed in f9190c08bf
2019-12-06 18:24:51 +08:00
Henrik Lissner
0b3895d1e2
Unbind '<help> {/,d /}'
2019-12-06 01:24:25 -05:00
Henrik Lissner
4faa9f7ce2
Rebind '<help> d s'; bind '<help> d x'
2019-12-06 01:22:58 -05:00
Henrik Lissner
b0e6373694
Prevent errors when starting tests
2019-12-05 21:06:16 -05:00
Henrik Lissner
318754c4d2
Prevent eval results from consuming > half the frame
2019-12-05 20:48:53 -05:00
Henrik Lissner
8809bbc33d
cli/test: fix startup error in bootstrapper
2019-12-05 20:46:47 -05:00
Henrik Lissner
f2f8503246
lang/rust: use default LSP client instead of rustic's
2019-12-05 20:21:15 -05:00
Henrik Lissner
cd3190b594
Comment autoloads file deletion in 'doom refresh'
2019-12-05 19:51:53 -05:00
Henrik Lissner
d525b5502b
Update tests with new arg for doom-initialize
2019-12-05 19:50:38 -05:00
Henrik Lissner
341e8b3531
cli/help: only show aliases if there are any
2019-12-05 19:34:09 -05:00
Henrik Lissner
7a34c56e52
lang/python: don't update buffer-dedicated REPLs
2019-12-05 16:21:08 -05:00
Henrik Lissner
1a4add4630
ivy-height = 20 for swiper-isearch helm users
2019-12-05 16:11:19 -05:00
Henrik Lissner
c1e3e3cc04
Fix helm-project-* override advice
2019-12-05 16:10:57 -05:00
Henrik Lissner
6facc534ce
completion/helm: replace helm-ag with helm-rg
2019-12-05 16:10:46 -05:00
Henrik Lissner
e3f8674297
Group 'doom refresh' with maintenance commands
2019-12-05 15:01:04 -05:00
Henrik Lissner
1c402950af
Display command aliases from 'doom help CMD'
2019-12-05 14:59:47 -05:00
Henrik Lissner
c13b8df5df
Minor refactors & reformatting
2019-12-05 14:56:16 -05:00
Henrik Lissner
96e0ccab21
Add sync alias for 'doom refresh'
2019-12-05 14:55:13 -05:00
Henrik Lissner
4b05a64263
Ensure no autoloads files are preloaded on 'doom refresh'
2019-12-05 14:55:01 -05:00
Henrik Lissner
d232ba241f
Remove 'doom autoloads'
...
It's redundant with doom refresh
2019-12-05 14:54:49 -05:00
Henrik Lissner
35bb87edeb
Fix unrelated errors when missing autoloads files
...
It should warn the user that the autoloads files are missing and need to
be generated, but instead displayed an unrelated error.
2019-12-05 14:52:46 -05:00
Henrik Lissner
4300957aea
Add NOERROR arg to doom-initialize
2019-12-05 14:52:30 -05:00
Henrik Lissner
172260118e
core/core-cli: only load the libraries we need
2019-12-05 14:50:05 -05:00
Henrik Lissner
6f1665563c
Error if +default/lsp-format-region-or-buffer in non-lsp buffer
2019-12-04 23:32:13 -05:00
Henrik Lissner
6bb597564b
ui/doom: swap bg for doom-tomorrow-day
...
Fix hlissner/emacs-doom-themes#362
2019-12-04 21:51:59 -05:00
Henrik Lissner
4ced3d3e83
Fix doom/reload #2153
2019-12-04 20:37:59 -05:00
Henrik Lissner
7f5f23bdc5
completion/ivy: update keybinds in readme
2019-12-03 22:56:59 -05:00
Henrik Lissner
a8fd59a054
Merge pull request #2143 from rgrinberg/popup-ignore-more
...
ui/popup: add more default rules
2019-12-03 22:56:33 -05:00
Rudi Grinberg
894c4e1855
Fix popup ignore rules
...
* Process Lis is without a space
* Escape trailing star
* Combine all rules
2019-12-04 09:46:27 +07:00
Henrik Lissner
907669041a
Merge pull request #2055 from jhacksworth/org-agenda-spc
...
lang/org: bind org-agenda-show-and-scroll-up to C-SPC
2019-12-03 20:51:32 -05:00
Henrik Lissner
2c79ab354a
Add evil-numbers inc commands to evil-mc-custom-known-commands
2019-12-03 20:42:57 -05:00
Henrik Lissner
5213a0b4f1
tools/flycheck: fix error list popup rule
2019-12-03 20:42:39 -05:00
Henrik Lissner
e28b4215ec
lang/rust: fix wrong-number-of-args: delete error
...
Reported in hlissner/doom-emacs@9775939
2019-12-03 20:41:17 -05:00
Henrik Lissner
235d31e82e
Shorten def-package{,-hook}! deprecation warnings
2019-12-03 20:02:32 -05:00
Henrik Lissner
2e71bbaa91
Merge pull request #2145 from dsdshcym/popup/fix-respect-select-nil-when-reuse-window
...
ui/popup: respect :select nil when reusing a window
2019-12-03 20:01:21 -05:00
Henrik Lissner
bcdb9f583a
Require origin argument
...
If it doesn't satisfy windowp, it'll cause errors.
2019-12-03 20:00:38 -05:00
Henrik Lissner
79faa02d6b
Record origin window earlier
...
The selected window could change in between +popup--maybe-select-window calls.
2019-12-03 19:59:27 -05:00
Yiming Chen
359ae77250
ui/popup: extract +popup--maybe-select-window helper function
2019-12-04 08:32:27 +08:00
Yiming Chen
ca63b0bbfc
ui/popup: respect :select nil when reusing a window
...
- before this change: when reusing a window, select option would get ignored
- after this change: when reusing a window, select option would be used
just as a new popup
2019-12-04 08:20:17 +08:00
J Hacksworth
cf02fe5c2e
lang/org: Bind org-agenda-show-and-scroll-up
...
Default Org binds 'SPC' to `org-agenda-show-and-scroll-up`, which
displays the original location of the Agenda item in another window
without moving focus from the Agenda window.
This is useful to preview items while staying in the Agenda window.
Since we can't use 'SPC', bind it to ‘C-SPC’, Doom's canonical "preview"
key for helm and ivy.
See https://orgmode.org/manual/Agenda-commands.html
2019-12-03 11:47:30 -05:00