a4494800b8
lang/haskell: mark intero as deprecated #2121
2019-12-08 20:14:17 -05:00
ae3316f0ae
bidi-paragraph-direction = 'left-to-right
...
A minor performance boost.
2019-12-08 20:14:11 -05:00
4bcc9e1a94
Add letenv! macro for lexical envvars
2019-12-08 20:14:11 -05:00
f251eb5ba9
Remove recentf-exclude setting
...
We don't need to be so judicious about what files are included in the
MRU list. If you open a file, any file, it'll be considered a recently
opened file.
2019-12-08 20:14:11 -05:00
4ca20438fb
Use featurep! in mu4e/autoload/email.el
...
featurep works a bit different from featurep!, which is required in this
case.
2019-12-08 23:42:46 +01:00
bc89de4228
Move vc-follow-symlinks to core-editor
...
And remove vc-make-backup-files setting. nil is already its default
2019-12-08 16:10:31 -05:00
89f4f9d88f
fix(magit): add bindings for github-review
2019-12-08 13:35:18 -06:00
617e46152f
add github-review
2019-12-08 13:34:34 -06:00
abdc5502bc
Use [set-popup-rules!] instead of [set-popup-rule!]
2019-12-08 21:19:30 +07:00
1a1b5c650c
Move geiser rules above map
2019-12-08 21:17:01 +07:00
a57610ccce
add common paths to be ignored in most js projects
2019-12-08 14:20:14 +01:00
10b06b06d9
popup rules for geiser buffers
2019-12-08 16:28:13 +07:00
9ad0e710f5
Do not quit scheme repl's automatically
2019-12-08 16:17:53 +07:00
78ca397439
Do not quit utop buffers automatically
2019-12-08 16:17:39 +07:00
385ff35ad8
Merge pull request #2123 from dsdshcym/fix-mu4e-when-workspace-module-is-not-enabled
...
email/mu4e: add featurep check for workspaces
2019-12-08 01:02:01 -05:00
cefc218e33
Merge pull request #2158 from yuhan0/fix-narrow-indirect
...
Fix interactive call of doom/narrow-buffer-indirectly
2019-12-08 01:01:31 -05:00
dc8b3dd57d
Slight reformatting of 'doom refresh' & 'doom compile' output
2019-12-08 00:57:10 -05:00
ecb76d536b
cli: clarify post-error debug mode instructions
2019-12-08 00:56:11 -05:00
33b78499fc
emacs/dired: fix {fd,find}-dired opening results in a popup #2159
2019-12-08 00:21:29 -05:00
04e5a8db25
docs/faq: fix strike-through markup #2165
2019-12-08 00:21:07 -05:00
a7d5da494e
Fix end-of-file syntax error
2019-12-06 21:45:38 -05:00
996188250b
Minor refactors & comment revision
2019-12-06 17:16:34 -05:00
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
77b0784075
lang/org: add helm support to goto localleader keybinds
2019-12-06 16:59:17 -05:00
bfdd09b5c2
ui/doom: swap solaire bg for doom-challenger-deep
2019-12-06 13:59:13 -05:00
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
cd158c5656
cli/install: fix missing autoloads error #2157
2019-12-06 13:24:14 -05:00
a30fb6fa59
Fix interactive call of doom/narrow-buffer-indirectly
...
Optional 3rd arg was removed in f9190c08bf
2019-12-06 18:24:51 +08:00
0b3895d1e2
Unbind '<help> {/,d /}'
2019-12-06 01:24:25 -05:00
4faa9f7ce2
Rebind '<help> d s'; bind '<help> d x'
2019-12-06 01:22:58 -05:00
b0e6373694
Prevent errors when starting tests
2019-12-05 21:06:16 -05:00
318754c4d2
Prevent eval results from consuming > half the frame
2019-12-05 20:48:53 -05:00
8809bbc33d
cli/test: fix startup error in bootstrapper
2019-12-05 20:46:47 -05:00
f2f8503246
lang/rust: use default LSP client instead of rustic's
2019-12-05 20:21:15 -05:00
cd3190b594
Comment autoloads file deletion in 'doom refresh'
2019-12-05 19:51:53 -05:00
d525b5502b
Update tests with new arg for doom-initialize
2019-12-05 19:50:38 -05:00
341e8b3531
cli/help: only show aliases if there are any
2019-12-05 19:34:09 -05:00
7a34c56e52
lang/python: don't update buffer-dedicated REPLs
2019-12-05 16:21:08 -05:00
1a4add4630
ivy-height = 20 for swiper-isearch helm users
2019-12-05 16:11:19 -05:00
c1e3e3cc04
Fix helm-project-* override advice
2019-12-05 16:10:57 -05:00
6facc534ce
completion/helm: replace helm-ag with helm-rg
2019-12-05 16:10:46 -05:00
e3f8674297
Group 'doom refresh' with maintenance commands
2019-12-05 15:01:04 -05:00
1c402950af
Display command aliases from 'doom help CMD'
2019-12-05 14:59:47 -05:00
c13b8df5df
Minor refactors & reformatting
2019-12-05 14:56:16 -05:00
96e0ccab21
Add sync alias for 'doom refresh'
2019-12-05 14:55:13 -05:00
4b05a64263
Ensure no autoloads files are preloaded on 'doom refresh'
2019-12-05 14:55:01 -05:00
d232ba241f
Remove 'doom autoloads'
...
It's redundant with doom refresh
2019-12-05 14:54:49 -05:00
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
4300957aea
Add NOERROR arg to doom-initialize
2019-12-05 14:52:30 -05:00
172260118e
core/core-cli: only load the libraries we need
2019-12-05 14:50:05 -05:00