Commit graph

15222 commits

Author SHA1 Message Date
Henrik Lissner
91a4311a17
Fix #4202: svg files opening as text 2020-11-02 14:54:51 -05:00
Henrik Lissner
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
Henrik Lissner
7d603185e1
Filter dead buffers from persp-mode workspaces
Fix #4196
Fix #1525
2020-11-02 14:43:12 -05:00
Henrik Lissner
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
Henrik Lissner
fcdd238291
Merge pull request #4146 from sei40kr/python-poetry-tracking-mode
Enable poetry-tracking-mode
2020-11-01 16:25:38 -05:00
Henrik Lissner
a1c53e5180
Merge pull request #4197 from offbyone/develop
Suppress format-all-mode error when no formatter is available
2020-11-01 14:26:16 -05:00
Chris Rose
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
Henrik Lissner
42d5da83cc
Merge pull request #4188 from iyefrat/latex-fix
delete extra paren in :lang latex
2020-10-31 15:16:58 -04:00
Itai Y. Efrat
55b18b70c3 delete extra paren in :lang latex
introduced in #4183
2020-10-31 11:54:11 +02:00
Henrik Lissner
c96e901b61
Merge pull request #4122 from wangggong/php-doc
fix: add explanation for php document
2020-10-31 03:43:55 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
c77ba82224
Merge pull request #4183 from innerout/tex-view
Map Tex-view to localleader-v
2020-10-31 03:39:53 -04:00
Seong Yong-ju
17b6129d34 Minor refactor 2020-10-31 16:18:15 +09:00
Seong Yong-ju
1aa75456e8 Minor refactor 2020-10-31 16:13:51 +09:00
Carlos Feliciano
ecd7e21a52 Associate .eco files with web-mode 2020-10-30 21:51:35 -04:00
George Xanthakis
ccfa2855a1 Map Tex-view to localleader-v 2020-10-31 01:55:36 +02:00
Henrik Lissner
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
Henrik Lissner
6a82eedeea
Respect Xresources
This was disabled because of configs, but I'll leave it to the user to
resolve those issues.
2020-10-30 19:09:31 -04:00
Henrik Lissner
a25ad3fa7c
Restore line numbers in artist-mode #2742
The issue was fixed upstream, but won't be available until Emacs 28.
2020-10-30 19:09:31 -04:00
Henrik Lissner
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
George Xanthakis
a88d29580d Update documentation with new keybinds 2020-10-30 20:27:24 +02:00
George Xanthakis
250b7d1d8b Move keybinds to +emacs-bindings 2020-10-29 23:35:21 +02:00
George Xanthakis
7eaf402c0b Lazy load vimish-fold 2020-10-29 23:35:05 +02:00
Henrik Lissner
57ef63d6ba
Fix #4176: wrong-type-arg keymapp opening eshell 2020-10-29 05:42:10 -04:00
Henrik Lissner
61ec1d9698
mac-right-option-modifier = none
Then right option can be used for special symbols and left option can be
used as meta.
2020-10-29 02:36:59 -04:00
Henrik Lissner
dbeaa8e238
Remove emacs-version check in autoloads file
Now that the autoload file's path is namespaced by version, this check
is no longer necessary.
2020-10-29 02:36:59 -04:00
Henrik Lissner
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
Henrik Lissner
9da27fdc04
Merge pull request #4140 from sggutier/mathjax-markdown-preview
Add mathjax support for markdown preview
2020-10-29 02:07:36 -04:00
Henrik Lissner
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
Henrik Lissner
9120b075e0
Merge pull request #4145 from gagbo/patch-6
Clarify doom-store-put docstring
2020-10-29 02:07:17 -04:00
Henrik Lissner
e430b1548c
Merge pull request #4166 from gilbertw1/scala-lsp-formatting
Disable lsp indentation in scala mode
2020-10-29 02:07:08 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
8eb8f41b33
EMACS28+ gate eshell keymap fix 2020-10-29 01:42:09 -04:00
Henrik Lissner
e408c04548
Rebind rotate-text to ]r / [r
Because using ! shadows evil's default shell operator.
2020-10-29 01:42:04 -04:00
Henrik Lissner
fd6984f2e7
Sort which-key labels alphabetically
Fixes #4177
2020-10-29 01:42:04 -04:00
Henrik Lissner
9ce9c6838e
Add emacs version to autoloads file path
Prevents stale byte-code across Emacs versions.

Relevant to #4172
2020-10-29 01:42:04 -04:00
Henrik Lissner
d784509abf
Fix #4172: different build path per Emacs version
To prevent byte-code incompatibilities.

We'll need to make 'doom purge' smarter about purging builds for other
versions of Emacs.
2020-10-29 01:41:25 -04:00
wangruichao
bb29a84521 fix: fix grammar misuse
Signed-off-by: wangruichao <793160615@qq.com>
2020-10-28 16:24:20 +08:00
Erlend Hamberg
d21d86aafc
Add single quotes to ‘any quote’ text objects 2020-10-28 08:48:01 +01:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
164b997cb0
Add q text-object for all quotes 2020-10-27 23:18:06 -04:00
Henrik Lissner
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
Bryan Gilbert
ff3248d022 Disable lsp indentation in scala mode 2020-10-27 09:28:11 -04:00
Henrik Lissner
fe37a590cc
Set doom--initial-load-path in sandbox
Prevents loaded packages miscount (e.g. -1) in dashboard/log in sandbox
instance.

This occurs because the benchmark line uses a simple heuristic to
determine the loaded packages: length of load-path minus the length of
doom--initial-load-path (to save on more expensive counting methods).
However, in the sandbox, load-path is pre-populated with all packages
right from the get-go, so doom--initial-load-path will be incorrect.
2020-10-26 05:52:30 -04:00
Henrik Lissner
9e1ac0c0be
Reduce active message-log-max; scale in debug mode
8kb of log isn't really necessary. We'll scale it up when debug mode is
on, instead.
2020-10-26 05:51:12 -04:00
Henrik Lissner
ecddd347f3
lang/php: use php-language-server.php if in PATH 2020-10-26 05:49:21 -04:00
Henrik Lissner
d1cef4ac94
Bind SPC b {c,C} to clone buffer indirectly 2020-10-26 04:04:05 -04:00