Commit Graph

11855 Commits

Author SHA1 Message Date
20bc70096f Fix deprecation warnings for fly{check,spell} modules 2020-01-10 22:58:10 -05:00
9b5835504e Fix #2349: Make +format-completing-read return symbol
Currently `+format-completing-read` returns a cons cell like `(symbol . t)`, where `+format/buffer` expects a symbol. This commit makes `+format-completing-read` return a symbol instead. Fixes #2349.
2020-01-10 21:14:03 +01:00
18301b0b9a Merge pull request #2344 from RBckmnn/SudoThisFile
Make sudo-this-file usable in dired-buffers
2020-01-10 05:59:54 -05:00
476f92b3cc Merge pull request #2347 from gagbo/patch-4
Fix flycheck migration void-function
2020-01-10 05:59:37 -05:00
ca3920e5b7 Fix flycheck migration void-function 2020-01-10 11:56:19 +01:00
844a236949 Half-revert & rewrite +lsp-init-a
The original lsp is just too opinionated to delegate to. Better we just
initialize lsp entirely by hand, instead.
2020-01-10 05:15:54 -05:00
3eb61601e5 Fix void-variable args error starting up lsp-mode 2020-01-10 05:09:34 -05:00
24652f26de Bind s-RET/s-S-RET/s-M-RET for mac users 2020-01-10 05:00:08 -05:00
46aaeee818 Update tools/lsp to reflect upstream changes
LSP has taken it upon themselves to aggressively install servers if they
are missing. No thanks. Promote deliberate use of lsp-install-server
where we can and load lsp-clients sooner.
2020-01-10 04:59:15 -05:00
4acd60aba3 Update lsp-python-ms config to reflect changes upstream
mspyls should be installed with M-x lsp-install-server from now on.
2020-01-10 04:59:01 -05:00
780100131d Fix #2346: reference to removed function 2020-01-10 04:22:49 -05:00
c9b54ad279 ui/zen: revise readme 2020-01-09 23:17:49 -05:00
c97f63beb8 Add text-scale fix for mixed-pitch-mode
At least until https://gitlab.com/jabranham/mixed-pitch/issues/6 is
dealt with.
2020-01-09 22:56:27 -05:00
ad1d168349 +zen-text-scale = 2 by default 2020-01-09 22:56:27 -05:00
911673fbb9 Add test/.local*/ to gitignore
Created by nix files in test/
2020-01-09 22:56:26 -05:00
cffa3caac4 Fix 'SPC m r O' keybind in org-mode 2020-01-09 22:56:26 -05:00
18be6cd37b Add test/shell.nix files for Emacs 26 & HEAD 2020-01-09 22:56:26 -05:00
59a6cb72be Fix maximize/enlargen commands around dedicated windows #2337 2020-01-09 22:56:26 -05:00
9c594d3f42 delete-by-moving-to-trash = t on macOS 2020-01-09 22:56:26 -05:00
27599f308d Add Doom Emacs issue tracker to search engine providers 2020-01-09 22:56:26 -05:00
b89992624b Move :tools fly{check,spell} to :checkers {syntax,spell}
These modules were renamed so we can later generalize their
implementations, such as adding flymake support to the syntax checker.
2020-01-09 22:56:26 -05:00
a680a4c96d Replace :app write with :checkers grammar 2020-01-09 16:43:03 -05:00
8ac4320e0b Update readme file template 2020-01-09 16:41:12 -05:00
dedcd5496a ui/modeline: mention +light in readme 2020-01-09 16:01:02 -05:00
558e906b2b Add 'SPC m r f' for refiling to specific org file 2020-01-09 15:59:58 -05:00
1fd18b88dd Bind C-j/C-k to forward/backward history for eshell 2020-01-09 15:26:08 -05:00
3fe6f7f3d9 tools/direnv: update lorri setup instructions
It is now available under services.lorri in 19.09.
2020-01-09 15:19:52 -05:00
44fb8ab594 undo-tree-enable-undo-in-region = t 2020-01-09 03:40:02 -05:00
f6852a2c9f Add --discard switch to 'doom upgrade' #2224
Also rewrites straight prompt-in-batch-Emacs hack, and move it to
core-cli.el.
2020-01-09 03:36:00 -05:00
15f2245b10 Install undo-tree 0.7.1 from emacs-straight/undo-tree
I re-enable history persistence, now that it has been fixed.

Also, I install it from the emacs-straight/undo-tree mirror, which is
fast and reliable.

Closes #2339, #2334
2020-01-09 03:09:06 -05:00
67d9ef64f3 ui/zen: fix mixed-pitch-mode not activating 2020-01-09 02:47:06 -05:00
87f72c096c ui/zen: disable fullscreening properly
Setting writeroom-fullscreen-effect to nil wasn't the correct way to
disable fullscreen.
2020-01-09 02:45:41 -05:00
6d0e60a024 Make sudo-this-file usable in dired-buffers 2020-01-09 08:34:41 +01:00
4688113380 Don't recursively clone editorconfig
This was removed in 18edebe due to #2216, but with 125561e it is no
longer necessary.
2020-01-08 22:39:08 -05:00
b7dc9c644e Don't use find if find can't be found 2020-01-08 22:09:42 -05:00
309e322037 Add (Recommended) after certain straight prompts
When a package's worktree is dirty (or its recipe was changed), straight
prompts you with options to deal with it. To make it easier for less git
savvy folks, the recommended option has been marked.
2020-01-08 22:07:34 -05:00
4bd59f5ed9 Dump *straight-process* buffer after straight errors 2020-01-08 22:07:03 -05:00
dc22815227 Fix #2234 (temporarily)
Due to breaking changes in undo-tree.
2020-01-08 00:47:18 -05:00
c3b6adf276 Merge pull request #2245 from rgrinberg/remove-evil-collection-lispy
Remove lispy from evil-collections
2020-01-08 00:37:04 -05:00
3c1eda7da2 Merge pull request #2318 from jcf/cider-refresh
Use newer cider-ns-refresh in Clojure bindings
2020-01-08 00:36:42 -05:00
a0172fcee0 Merge pull request #2324 from dinkonin/develop
lang/sh: add +lsp feature
2020-01-08 00:36:14 -05:00
d2296d7d6e Merge pull request #2329 from Emiller88/fix/org-capture-central
fix: use org-capture-projects-file
2020-01-08 00:35:47 -05:00
dfbaccca90 Fix browse-at-remote commands in magit 2020-01-08 00:34:41 -05:00
90096239af fix: use org-capture-projects-file 2020-01-07 16:06:51 -06:00
345479c29e Always display evaluated result in popup buffer
If +eval isn't enabled
2020-01-07 14:27:02 -05:00
3530f19ef5 Add lsp support to sh-mode. 2020-01-07 14:50:13 +02:00
3a90529c11 Add lispy to evil collection disabled list
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2020-01-07 14:22:05 +07:00
b5a279311c Fix #2317: helm-mode-handle-completion-in-region = t
It turns out that helm can handle completing ex constructs (e.g. globs),
so this setting is no longer needed.
2020-01-07 00:14:46 -05:00
af0139e974 Fix void-function browse-at-remote-get-url error
When 'SPC g y' is used before browse-at-remote has loaded.
2020-01-06 23:46:33 -05:00
aad7961647 Fix #2258: update for new and old repo, and only if they are repos 2020-01-06 23:39:46 -05:00