Commit Graph

13706 Commits

Author SHA1 Message Date
86625d3d42 "Fix" hl-line bleeding into buffer bg
When its face is remapped (e.g. by solaire-mode).

Unfortunately, this means highlighting on the 2nd-to-last line becomes
janky, but this is the lesser evil of the two. Upgrade to 27 people!

Also, don't do anything if solaire-mode isn't enabled.
2020-06-01 19:28:58 -04:00
fed0e9365c Make +lookup/in-docsets respect +lookup-open-url-fn 2020-06-01 19:28:58 -04:00
0787eae274 Expand use-package :load-path relative to containing file 2020-06-01 18:23:27 -04:00
2d4b946e03 Clear project-root cache before switching project
Fixes #3205
May address #3166
2020-06-01 18:16:26 -04:00
a4b4ea67eb Bind C-x C-b to ibuffer
Instead of ibuffer-list-buffers, which opens the buffer list in another
window without focusing it.
2020-06-01 18:13:59 -04:00
71c2932786 Use :when instead of (when ...) 2020-06-01 16:13:30 -05:00
27544d21cb bin/org-capture: fix 'Display :0 can’t be opened' error 2020-06-01 14:46:13 -04:00
121046359d Improve regexp for matching config files 2020-06-01 15:54:50 +03:00
c5b561f796 Fix args-out-of-range error from hl-todo
Only seen in scala-mode so far.
2020-06-01 05:51:26 -04:00
1c46051fa5 Merge pull request #3253 from jsmestad/patch-1
Support LiveView templates in web module
2020-06-01 04:36:32 -04:00
10d3161a33 Merge pull request #3264 from zacatac/dart-docs
Fix dart install docs formatting
2020-06-01 04:27:04 -04:00
f686da681d Merge pull request #3239 from NathanLovato/develop
Add gdscript module
2020-06-01 04:26:11 -04:00
002969ee06 Guard skewer-*-mode checks in bound-and-true-p #3252
Make extra sure skewer-*-mode vars are defined before trying to read
them.
2020-05-31 22:34:42 -04:00
36741fae19 Bump :ui doom
hlissner/emacs-doom-themes@f569b5a -> hlissner/emacs-doom-themes@b1c43a3
hlissner/emacs-solaire-mode@adc8c0c -> hlissner/emacs-solaire-mode@e077c28
2020-05-31 22:25:56 -04:00
2230f76e0a Bump :ui tabs
ema2159/centaur-tabs@0e003e3 -> ema2159/centaur-tabs@2154fa9

centaur-tabs new falls back to tab-line in Emacs 27+
2020-05-31 22:25:56 -04:00
416f155d67 Show org-goto help window in a popup #3254
Rather than taking up a whole window only to show three lines of text.
2020-05-31 22:25:55 -04:00
8e34998433 Fix #3254: RET not invoking org-goto-ret in org-goto buffer 2020-05-31 22:25:55 -04:00
2407db0508 Fix #3252: void-variable skewer-css-mode 2020-05-31 22:25:55 -04:00
f8f62e0a65 Add gdscript module 2020-05-31 19:10:31 -06:00
b614a0f237 Merge pull request #3262 from brotzeit/bump-rustic
Bump :lang rust
2020-05-31 18:03:43 -04:00
b650b330e0 Fix dart install docs formatting 2020-05-31 13:49:38 -07:00
1b86d37ba1 Add highlighting for Python-related config files 2020-05-31 22:55:25 +03:00
4f1f6e17dc Bump :lang rust
brotzeit/rustic@52b632d -> brotzeit/rustic@f7a94c4
2020-05-31 13:05:27 +02:00
134554dd69 Merge pull request #3256 from sei40kr/improve-lsp-flycheck
tools/lsp: Make lsp checker chained to other checkers
2020-05-31 06:19:17 -04:00
90aca43dbc Merge pull request #3259 from ericdallo/lsp-dart-bump
Bump :lang dart - lsp-dart
2020-05-31 06:19:07 -04:00
3031c58f14 Bump :lang emacs-lisp
Wilfred/elisp-def@368b04d -> Wilfred/elisp-def@da1f763
2020-05-31 06:11:16 -04:00
37b1a78dcd Bump :editor evil
emacs-evil/evil-collection@1237452 -> emacs-evil/evil-collection@e065da3
emacs-evil/evil-surround@9b0b17f -> emacs-evil/evil-surround@1c34944
emacs-evil/evil@3f3b2fe -> emacs-evil/evil@25fc5c6
hlissner/evil-snipe@2ba6353 -> hlissner/evil-snipe@6dcac7f
ninrod/exato@d5daea3 -> ninrod/exato@aee7af7

Closes #3260
2020-05-31 06:10:46 -04:00
66983dcfcc Bump :lang dart
emacs-lsp/lsp-dart@80f8eca -> emacs-lsp/lsp-dart@afdcce3
2020-05-30 17:04:17 -03:00
63113ff6ce lang/javascript: Enable TSLint and ESLint for TypeScript-TSX 2020-05-31 00:57:38 +09:00
8ecec82eef tools/lsp: Make lsp checker chained to other checkers 2020-05-30 23:05:08 +09:00
cf535e42fb Support LiveView templates for Elixir
This was added in fxbois/web-mode#1070
2020-05-29 18:04:37 -06:00
aec94f5bb2 Fix #3228: 'Failed to fetch from upstream' on doom upgrade
Due to git name-rev returning fully qualified refs in some cases.
2020-05-29 19:36:13 -04:00
89bf9553e6 Dotfiles were refactored, pinned to arbitrary point with valid example 2020-05-29 02:12:41 -05:00
163d477eca Corrected intra-document links 2020-05-29 02:07:25 -05:00
d2376d8da1 Corrected intra-document links 2020-05-29 02:00:04 -05:00
200fd52b61 Fix invalid-function error due to missing backquote
Mentioned in #3020
2020-05-28 22:01:23 -04:00
e7649daa9f Add lang/emacs-lisp readme #1166 2020-05-28 22:01:23 -04:00
95eb2989dc Minimize custom-set-faces! clobbering doom-load-theme-hook
Evaluating custom-set-faces! calls would add setter functions to
doom-load-theme-hook indefinitely, which could add up each time you M-x
doom/reload. Now it adds them to a subhook, which is reset whenever Doom
is reloaded.
2020-05-28 22:01:23 -04:00
d502c7c06a tools/lsp: minor refactors 2020-05-28 22:01:23 -04:00
92760d91ae Add editorconfig-mode to doom-first-buffer-hook 2020-05-28 22:01:23 -04:00
cf9e2e6463 Fix: ivy-gate counsel-jq 2020-05-28 18:11:11 -05:00
75b6e11f56 Merge pull request #3020 from gagbo/feature/eglot-support
Add support for eglot as LSP client implementation
2020-05-28 15:20:24 -04:00
40e68f2a10 Fix: enable counsel-jq when using ivy
Co-authored-by: gagbo <Gerry Agbobada>
2020-05-28 10:19:16 -05:00
2c158c8b81 Feat: add counsel-jq
Co-authored-by: rushsteve1 <rushsteve1@rushsteve1.us>
2020-05-28 10:14:19 -05:00
dc3c2f9e78 [review] no extension in load! / rename interactive function 2020-05-28 13:13:00 +02:00
0f5c5bb288 Move and map interactive eglot/c++ function 2020-05-28 12:01:35 +02:00
776663cb45 Fix #3217: backspace noops if tab-width=1 2020-05-28 05:51:56 -04:00
c41ae8995b Remove redundant featurep! check 2020-05-28 11:50:24 +02:00
f9d30cbf90 Wrap 'eglot-server-programs usage in after! eglot 2020-05-28 11:49:53 +02:00
f35768af86 Fix loading of flycheck-eglot 2020-05-28 11:19:33 +02:00