Henrik Lissner
d0dacce085
tools/upload: correct variable name
...
Fixes #5077
Co-authored-by: KARASZI István <github@spam.raszi.hu>
2021-05-21 23:13:09 -04:00
Henrik Lissner
2a2969f3e0
org-roam-verbose = t
...
Its output is helpful. Let's not silence it.
But prevent output during incremental loading from hijacking the
minibuffer (likely the original reason org-roam-verbose was disabled).
2021-05-21 23:13:09 -04:00
John Grey
37df4b4ff4
define-localleader-key's featurep -> featurep!
2021-05-22 02:35:10 +01:00
Daanturo
9ae4945d97
Enable docsets in nodejs-repl-mode
2021-05-21 22:55:49 +07:00
Henrik Lissner
deefb0b0e7
Merge pull request #5076 from iyefrat/irc
...
:app irc restore +irc/tracking-next-buffer
2021-05-21 11:17:39 -04:00
Itai Y. Efrat
4abb7a83d5
:app irc restore +irc/tracking-next-buffer
...
Accidentally got removed in 5ddf8b9
2021-05-21 12:41:28 +03:00
Henrik Lissner
abbbc9eafe
Merge pull request #4866 from JordanAnthonyKing/ddskk-fix
...
Bump ddskk
2021-05-20 23:21:23 -04:00
Henrik Lissner
c4a6410e27
Merge pull request #5072 from samwhitlock/me_dev
...
Noting the lsp-peek handlers as :async
2021-05-20 22:45:01 -04:00
Henrik Lissner
25bac23542
Merge pull request #5070 from jpcima/clangd-docs
...
Update suggested clangd flags in lang/cc docs
2021-05-20 22:42:20 -04:00
Henrik Lissner
fce08306b1
Merge pull request #5062 from fosskers/colin/module-docs
...
Rust/Ivy Module Docs
2021-05-20 22:41:28 -04:00
Henrik Lissner
3465856966
Merge pull request #5075 from iyefrat/autoloads
...
featuregate ivy dependent autoloads for irc, pass
2021-05-20 22:40:37 -04:00
Henrik Lissner
e3bcd04d82
Bump :lang scheme
...
emacs-geiser/geiser@2b45bd3 -> emacs-geiser/geiser@4099dce
emacs-geiser/guile@700ac98 -> emacs-geiser/guile@8dda28f
emacs-geiser/kawa@b96c008 -> emacs-geiser/kawa@3d999a3
Closes #5073 : includes guile 3.0.6 support
Co-authored-by: pricly-yellow <pricly-yellow@users.noreply.github.com>
2021-05-20 22:39:27 -04:00
Henrik Lissner
fe9d45bcf5
Add/Fix doom/{discourse,issue-tracker,report-bug}
...
Updated their URLs
2021-05-20 21:09:32 -04:00
Itai Y. Efrat
5ddf8b9b51
featuregate ivy dependent autoloads for irc, pass
...
previously these functions would get autoloaded even when another
completion framework was active
2021-05-21 00:51:11 +03:00
Itai Y. Efrat
6dc6d11b83
:tools pass fix path in autoload/pass.el header
2021-05-21 00:38:18 +03:00
Itai Y. Efrat
6e77afba11
:tools pass move autoload.el to autoload/pass.el
2021-05-21 00:37:27 +03:00
Sam Whitlock
01b3e1d8d8
Noting the lsp-peek handlers as :async
...
Without this, subsequent handlers registered (e.g. those from other
completion frameworks) will also pop up in addition to the peek UI.
This creates UI lock-up and is generally undesired.
2021-05-20 20:29:08 +02:00
Henrik Lissner
ef7113d6c4
Fix #5071 : don't always emit 128 exit code
...
Otherwise it always tries to execute /tmp/doom.sh, which won't exist on
certain code paths.
2021-05-20 11:01:28 -04:00
Jean Pierre Cimalando
f3c3459ecd
Update suggested clangd flags in lang/cc docs
2021-05-19 21:41:09 +02:00
Henrik Lissner
f884a5d169
Bump :lang cc
...
Andersbakken/rtags@aa4c827 -> Andersbakken/rtags@63f18ac
ludwigpacifici/modern-cpp-font-lock@865955d -> ludwigpacifici/modern-cpp-font-lock@43c6b68
Rtags update includes a fix for (wrong-number-of-arguments (3 . 4) 2)
error on Emacs 28 (see #4534 ).
2021-05-18 19:30:01 -04:00
Henrik Lissner
69bd3da195
Don't enable lsp-ui-mode in lsp--auto-configure
...
Using a hook instead is more sensible (users can trivially configure
it).
2021-05-18 01:06:15 -04:00
Henrik Lissner
d141f39ee7
tools/lsp: remove unneeded lsp-ui-*-enable checks
2021-05-18 00:05:15 -04:00
Henrik Lissner
0196875d9c
Remove redundant projectile-ignored-projects entries
...
/tmp and ~/.emacs.d/.local are already covered by our
projectile-ignored-project-function (doom-project-ignored-p).
2021-05-17 23:35:55 -04:00
Henrik Lissner
6fdaaf3ae6
Revert 3b0f23792
"Distinguish C-m from RET"
...
Unpredictably hijacks C-m in some cases, which is unacceptable. A better
solution is needed.
2021-05-17 22:33:22 -04:00
Henrik Lissner
1e9870e13a
Refactor bin/doom
...
So innocuous CLI command return values don't break the post-script
written to /tmp/doom.sh.
2021-05-17 22:29:50 -04:00
Henrik Lissner
b237de5619
Fix <C-m> shadowing keypad return
2021-05-17 18:40:59 -04:00
Colin Woodbury
04b5dee615
[rust] Correct references to "elgot"
...
It's a typo.
2021-05-17 07:32:49 -07:00
Colin Woodbury
e05dd2651f
[:completion ivy] Call pacman
in the normal way
...
`--needed` and `--noconfirm` are fine, but are usual to use when
installing a single package.
2021-05-17 07:25:23 -07:00
Colin Woodbury
b771425f45
[:lang rust] Expand Prerequisites
...
And fix some minor spelling/grammar issues.
2021-05-17 07:24:55 -07:00
Henrik Lissner
1840ae8a18
Backport VC-aware bug-reference-mode from 28.x
...
Fixes gf (+lookup/file) on issue/PR references for Emacs 27.x users,
for example:
#1234
doom-emacs#1234
hlissner/doom-emacs#1234
2021-05-16 22:50:03 -04:00
Henrik Lissner
7c273ad173
Remove hard dependency on sp-point-in-* predicates
2021-05-16 21:22:06 -04:00
Henrik Lissner
060636966f
Document :depth in add-hook! docstring
2021-05-16 21:19:30 -04:00
Henrik Lissner
bd94ef8f84
Optimize reading org-agenda buffers in the bg
...
Less init work when opening org-agenda buffers = faster org-agenda.
2021-05-16 21:18:26 -04:00
Henrik Lissner
de589e21a2
org-tree-slide-skip-outline-level = 0
...
Back to default, since it appears to be what people expect.
2021-05-16 21:17:45 -04:00
Henrik Lissner
e2077c823a
tools/lsp: minor refactor
...
And several updates necessary for ff3c9777e
.
2021-05-16 21:17:16 -04:00
Henrik Lissner
059a70b74b
Enable hl-todo-mode in yaml-mode
...
Since it isn't derived from prog-mode and has a comment syntax.
2021-05-16 21:16:16 -04:00
Henrik Lissner
05866ce30f
ui/modeline: don't show encoding unless nondefault
2021-05-16 21:15:55 -04:00
Henrik Lissner
fa8f73d9ed
Revert b80b338b3
...
Causes a regression where output was written into /tmp/doom.sh,
producing errors like:
/tmp//doom.sh: string 4: $'\E[32m✓': command not found
I'll revert this until I have a better solution.
2021-05-16 18:32:22 -04:00
Henrik Lissner
5bed0a6d16
Fix #5057 : don't read editorconfig files in archives
2021-05-16 15:21:42 -04:00
Henrik Lissner
3b0f23792d
Distinguish C-m from RET
...
But you must bind keys to "<C-m>" or [C-m] to target it.
2021-05-16 14:44:53 -04:00
Henrik Lissner
eaa32572b9
lang/rust: fix void-variable flycheck-checkers error
...
In case flycheck hasn't loaded yet.
2021-05-16 14:27:51 -04:00
Henrik Lissner
b80b338b3c
doom--print: return message on success
...
More in line with `message's signature.
2021-05-16 14:22:06 -04:00
Henrik Lissner
2466f835bc
Fix labeler workflow
2021-05-16 14:06:03 -04:00
Henrik Lissner
69beabe287
Fix #5060 : don't hash relative backup file paths
...
Also refactors undo-fu-session's make-hashed-file-path advise to use
make-backup-file-name-1.
2021-05-16 14:02:34 -04:00
Henrik Lissner
62c231efe6
Bump rainbow-delimiters
...
Fanael/rainbow-delimiters@f43d48a -> Fanael/rainbow-delimiters@d576e66
Fixes #5059 : contains fix for 'void-variable . rainbow-delimiters:'
error.
2021-05-16 14:02:34 -04:00
Henrik Lissner
f95bf845c3
Merge pull request #5058 from ericdallo/fix-light-modeline
...
:ui modeline: Fix missing arg to +modeline-format-icon function
2021-05-15 23:18:19 -04:00
Eric Dallo
59aabaead3
:ui modeline: Fix missing arg to function
2021-05-16 00:11:12 -03:00
Henrik Lissner
141938ef94
editor/fold: fix load-order dependency on evil
...
In case the user is enabling this module before the evil module.
2021-05-15 19:24:40 -04:00
Henrik Lissner
7383ed4dc1
Merge pull request #3307 from ericdallo/add-lsp-modeline
...
Add lsp and repl to +light modeline
2021-05-15 17:54:53 -04:00
Eric Dallo
f368745406
Fix eval on modeline
2021-05-15 18:35:19 -03:00