304424d844
Fix #4212 : slow file checks over network shares
...
On windows.
2020-11-04 14:40:44 -05:00
d50b1528b8
Remove unnecessary use-package statement
2020-11-04 11:43:26 +02:00
5d5d94d49c
Bump :editor snippets
...
hlissner/doom-snippets@d97c65e -> hlissner/doom-snippets@e1cbbdf
Fixes #4127
2020-11-04 03:02:01 -05:00
50226c45e6
setq -> setq-default for org directory vars
...
So lazy loaded settings won't overwrite dir or file local variables.
2020-11-03 22:00:15 -05:00
dec573c4e5
Allow formatter in some "special" buffers
...
Like org-src-edit and scratch buffers.
Fixes #3905
Closes #3915
2020-11-03 21:26:07 -05:00
be4fe4484a
Bump :ui doom
...
hlissner/emacs-doom-themes@d6ee47d -> hlissner/emacs-doom-themes@5c12834
Fixes #2825
2020-11-03 21:17:20 -05:00
86722ee67e
Minor refactors & reformatting
2020-11-03 16:16:12 -05:00
41885c4e72
Revert company-idle-delay to package default (0.5)
...
Setting a default for this variable is dangerous. Set it to low and
modes with slow backends will give users the impression that this is
typing latency (they'll suspect something else, likely Doom, before
suspecting their lsp servers or company backends). Set it too high and
users may misinterpret this as latency. Turn it off (set to nil) and
I'll get a dozen "code completion isn't working" bug reports.
I've settled on company's own default of 0.5 (which is twice as slow as
Doom's original default) because responsiveness while typing is more
important (and more frustrating to deal with), but it's still enabled,
so users are more likely to notice it than assume code completion isn't
working.
2020-11-03 16:05:12 -05:00
0efe786d99
Fix #4207 : eshell-mode backport breaks old keybinds
2020-11-03 16:03:59 -05:00
4fc084e7bd
Fix #4209 : void-function +latex/LaTeX-indent-item
...
This was renamed to +latex-indent-item-fn in 98826f3
2020-11-03 15:24:56 -05:00
807f00a470
Fix #4205 : void-function (setf persp-buffers)
2020-11-02 23:56:43 -05:00
91a4311a17
Fix #4202 : svg files opening as text
2020-11-02 14:54:51 -05:00
3abd26aaff
Remove smartparens keys on vanilla C/M arrow keys
...
Maybe some extra effort is needed to make these only available in lisp
modes, but this has proven to be a poor global default.
2020-11-02 14:43:12 -05:00
7d603185e1
Filter dead buffers from persp-mode workspaces
...
Fix #4196
Fix #1525
2020-11-02 14:43:12 -05:00
7ec623593e
Fix magit in remote repos
...
And backport executable-find from Emacs 27.1 so we don't have to do
these version checks every time we use it.
2020-11-02 14:43:12 -05:00
fcdd238291
Merge pull request #4146 from sei40kr/python-poetry-tracking-mode
...
Enable poetry-tracking-mode
2020-11-01 16:25:38 -05:00
57e9b89b80
Suppress format-all-mode error when no formatter is available
...
Having this on renders it difficult to work with debug-on-error, since a
_lot_ of filetypes don't have formatters
2020-11-01 08:52:31 -08:00
55b18b70c3
delete extra paren in :lang latex
...
introduced in #4183
2020-10-31 11:54:11 +02:00
c96e901b61
Merge pull request #4122 from wangggong/php-doc
...
fix: add explanation for php document
2020-10-31 03:43:55 -04:00
3354efd840
Merge pull request #4185 from carloscheddar/web-mode/add-support-for-eco-files
...
Associate .eco files with web-mode
2020-10-31 03:43:09 -04:00
5292fe0245
Merge pull request #4147 from sei40kr/japanese-escape-skk-mode-on-escape
...
Escape skk-mode on doom/escape
2020-10-31 03:42:35 -04:00
c77ba82224
Merge pull request #4183 from innerout/tex-view
...
Map Tex-view to localleader-v
2020-10-31 03:39:53 -04:00
17b6129d34
Minor refactor
2020-10-31 16:18:15 +09:00
1aa75456e8
Minor refactor
2020-10-31 16:13:51 +09:00
ecd7e21a52
Associate .eco files with web-mode
2020-10-30 21:51:35 -04:00
ccfa2855a1
Map Tex-view to localleader-v
2020-10-31 01:55:36 +02:00
7da9628d96
app/irc: proc +irc-defer-notifications later
...
Otherwise it happens too soon for the user to customize
+irc-defer-notifications from their config.el.
2020-10-30 19:23:08 -04:00
f02879dd04
Add ffap & bug-reference support to +lookup/file
...
And disable bug-reference-mode by default. It produces too many false
positives, particularly in web modes where color hexes in strings and
comments are very common. Now that bug-reference support is built into
+lookup/file (on gf), users can use that instead.
2020-10-30 19:09:31 -04:00
a88d29580d
Update documentation with new keybinds
2020-10-30 20:27:24 +02:00
250b7d1d8b
Move keybinds to +emacs-bindings
2020-10-29 23:35:21 +02:00
7eaf402c0b
Lazy load vimish-fold
2020-10-29 23:35:05 +02:00
57ef63d6ba
Fix #4176 : wrong-type-arg keymapp opening eshell
2020-10-29 05:42:10 -04:00
2b023357ee
Merge pull request #4126 from tecosaur/licence-gpl3-prefill
...
Licences: Add tabstops with defaults to gpl3
2020-10-29 02:07:48 -04:00
9da27fdc04
Merge pull request #4140 from sggutier/mathjax-markdown-preview
...
Add mathjax support for markdown preview
2020-10-29 02:07:36 -04:00
4f7d9f7171
Merge pull request #4144 from davidh38/config/add_testall_keybinding_pytest
...
Add keybinding for testing all project functions with pytest
2020-10-29 02:07:26 -04:00
e430b1548c
Merge pull request #4166 from gilbertw1/scala-lsp-formatting
...
Disable lsp indentation in scala mode
2020-10-29 02:07:08 -04:00
bf9a974691
Merge pull request #4170 from ehamberg/add-single-quotes
...
Add single quotes to ‘any quote’ text objects
2020-10-29 02:06:59 -04:00
1b44cf9215
Fix #4176 : eshell keybinds bound too soon
...
eshell-mode-map is defined in esh-mode.el, which isn't loaded
immediately by eshell.el.
2020-10-29 01:54:59 -04:00
8eb8f41b33
EMACS28+ gate eshell keymap fix
2020-10-29 01:42:09 -04:00
e408c04548
Rebind rotate-text to ]r / [r
...
Because using ! shadows evil's default shell operator.
2020-10-29 01:42:04 -04:00
bb29a84521
fix: fix grammar misuse
...
Signed-off-by: wangruichao <793160615@qq.com >
2020-10-28 16:24:20 +08:00
d21d86aafc
Add single quotes to ‘any quote’ text objects
2020-10-28 08:48:01 +01:00
471028ce94
Bump :editor snippets
...
hlissner/doom-snippets@60c57d6 -> hlissner/doom-snippets@d97c65e
Includes new clojure-mode snippets
2020-10-27 23:47:59 -04:00
e574c3470d
Limit evil-textobj-anyblock to non-quotes
...
Now that we have a dedicated q text object.
2020-10-27 23:20:22 -04:00
164b997cb0
Add q text-object for all quotes
2020-10-27 23:18:06 -04:00
f33b141650
term/eshell: fix eshell resetting eshell-mode-map
...
This "backports" a Emacs 28 fix which prevents eshell from resetting
eshell-mode-map every time eshell-mode is activated.
Now users can bind keys to eshell-mode-map like they could for any
normal mode.
2020-10-27 21:19:59 -04:00
ff3248d022
Disable lsp indentation in scala mode
2020-10-27 09:28:11 -04:00
ecddd347f3
lang/php: use php-language-server.php if in PATH
2020-10-26 05:49:21 -04:00
d1cef4ac94
Bind SPC b {c,C} to clone buffer indirectly
2020-10-26 04:04:05 -04:00
a904b718f8
Default to showing dotfiles in ripgrep searches
2020-10-24 16:51:56 -04:00