Henrik Lissner
1650e25794
doom doctor: warn about insertOf rules in gitconfig
...
Closes #2679
2021-01-31 04:30:48 -05:00
Henrik Lissner
75549f5743
Fix doom build skipping some packages
2021-01-31 04:30:48 -05:00
Henrik Lissner
8566cfac7b
Bump evil-collection, vterm
...
emacs-evil/evil-collection@ffbf149 -> emacs-evil/evil-collection@e6824e2
akermu/emacs-libvterm@101ff86 -> akermu/emacs-libvterm@fb12d7f
Closes #4591
Co-authored-by: Michael Lingelbach <mjlbach@users.noreply.github.com>
2021-01-31 04:30:48 -05:00
datool
20c6246313
Remap describe-symbol
to counsel-describe-symbol
. ( #4593 )
...
* Remap `describe-symbol` to `counsel-describe-symbol` .
"SPC h o" now uses `counsel-describe-symbol` instead of plain `helpful-symbol` (maybe with completion) to get input.
* Remove counsel-describe-symbol-function change
Co-authored-by: Henrik Lissner <henrik@lissner.net>
2021-01-30 18:24:25 -05:00
Henrik Lissner
5acd41de3d
Merge pull request #4588 from Janfel/patch-1
...
Fix :unless in (doom!) block.
2021-01-29 18:48:24 -05:00
Henrik Lissner
1ed6f8c1f5
Disable CI tests
...
Until they are fixed.
2021-01-29 18:46:14 -05:00
Henrik Lissner
b3ba98cfd6
Auto-lock closed issues after 180d of inactivity
2021-01-29 18:42:12 -05:00
Janfel
faefc9991c
Fix :unless in (doom!)
2021-01-29 23:07:03 +01:00
Henrik Lissner
56e9d273e1
Simplify doom/window-enlargen & doom/window-maximize-buffer
...
+ No longer toggle window conf on consecutive presses. It's redundant
with winner-undo and only adds a degree of uncertainty to the command.
+ `doom/window-maximize-buffer` now works with popup windows (before
it'd spout an unhelp error about running +popup/raise).
2021-01-28 21:23:07 -05:00
Henrik Lissner
334e054ab0
Read username from git config github.user
...
Falls back to user-login-name otherwise.
2021-01-28 21:23:07 -05:00
Henrik Lissner
30e6862a29
Merge pull request #4582 from MageJohn/bugfix/extra-readme
...
Fix 'readme' button doom/help-packages
2021-01-28 20:48:13 -05:00
Henrik Lissner
f15f10cc61
Merge pull request #4583 from smook1980/shane/fix-projectile-project-search-path
...
Fix for "Discover projects in folder"
2021-01-28 20:47:29 -05:00
Shane Mook
c7029731d1
Updated projectile-project-search-path to use the correct arguments when
...
calling message and projectile-discover-projects-in-directory.
2021-01-28 18:51:42 -06:00
Yuri Pieters
a5f39d75a5
Fix 'readme' button doom/help-packages
...
The button was trying to open `path/to/README.org/README.org`.
2021-01-28 21:09:36 +00:00
Henrik Lissner
2d718cc86f
Remove eager native compilation of subr-trampolines
...
This was fixed upstream.
2021-01-27 03:37:55 -05:00
Henrik Lissner
3a4f182a3c
Revise core docstrings & comments
2021-01-27 03:36:53 -05:00
Henrik Lissner
589e5a37af
Associate flake.lock with json-mode/js-mode
2021-01-27 03:35:47 -05:00
Henrik Lissner
4d7640b4c2
Don't auto-create directory when opening files
...
It'll ask when you want to save, so this is redundant and imposing.
2021-01-27 03:30:19 -05:00
Henrik Lissner
47f222a61f
Fix #4558 : void-variable comp-native-version-dir
...
Occurs for non-gccemacs users due to aggressive negation if (car build)
== :not
2021-01-27 03:00:41 -05:00
Henrik Lissner
614dc93569
mouse-wheel-scroll-amount-horizontal = 2
...
Make hscrolling a little faster. Our windows and displays are large.
Scrolling one character at a time is too slow.
2021-01-27 02:50:39 -05:00
Henrik Lissner
454c4132d4
Slower mouse-wheel and re-enable acceleration
...
This improves the illusion of faster scrolling.
2021-01-27 02:50:36 -05:00
Henrik Lissner
6d2b9ff100
Enable hl-line-mode in org-agenda-mode
...
Closes #4567
2021-01-27 02:50:19 -05:00
Henrik Lissner
e538109635
Merge pull request #4370 from benneti/patch-2
...
org: jupyter prerequisites
2021-01-27 02:46:14 -05:00
Henrik Lissner
59d3d26901
Merge pull request #4530 from razzmatazz/evil--insert-newline-fix-within-a-comment
...
Fix +evil--insert-new-line advice when opening new line inside a comment
2021-01-27 02:44:34 -05:00
Henrik Lissner
d0e7451de8
Merge pull request #4533 from danlamanna/fix-module-404s
...
Fix various broken links
2021-01-27 02:42:40 -05:00
Henrik Lissner
d295a04f04
Merge pull request #4520 from shonfeder/update-ocaml-bindings-docs
...
Update ocaml bindings docs
2021-01-27 02:40:47 -05:00
Henrik Lissner
20e74206a8
Merge pull request #4531 from jbampton/fix-spelling
...
Fix spelling
2021-01-27 02:36:44 -05:00
Henrik Lissner
7108aa8107
Merge pull request #4575 from yangsheng6810/develop
...
Fix typo
2021-01-27 02:34:16 -05:00
Henrik Lissner
c6944885b1
Merge pull request #4550 from chuxubank/fix-msys2-path
...
Fix path separator in msys2
2021-01-27 02:34:02 -05:00
Sheng Yang
181379c006
Fix typo
2021-01-27 01:08:47 -06:00
Henrik Lissner
2c4b5b2f93
Fix type error when printing straight errors
2021-01-26 22:38:53 -05:00
Henrik Lissner
c29bbbc171
Fix doom-package-depending-on
2021-01-26 22:38:53 -05:00
JerryChu
5dbaa98159
Merge branch 'develop' into fix-msys2-path
2021-01-25 13:50:07 +08:00
Henrik Lissner
fd7073240c
Complete docstring for doom--straight-inject-load-path-a
...
Whoops. I pushed before finishing the
2021-01-23 22:37:28 -05:00
Henrik Lissner
4aed841c32
Bump :lang python
...
cython/cython@21b4e53 -> cython/cython@17e03b8
emacs-lsp/lsp-pyright@d9e7d3c -> emacs-lsp/lsp-pyright@71ff088
emacs-lsp/lsp-python-ms@c4ebc7a -> emacs-lsp/lsp-python-ms@5470ada
jorgenschaefer/pyvenv@0bf4b87 -> jorgenschaefer/pyvenv@9b3678b
necaris/conda.el@9f7eea1 -> necaris/conda.el@dce431b
pwalsh/pipenv.el@b730bb5 -> pwalsh/pipenv.el@f516a1a
pythonic-emacs/anaconda-mode@39b1cf8 -> pythonic-emacs/anaconda-mode@b1875a5
wbolster/emacs-python-pytest@4a1c4c8 -> wbolster/emacs-python-pytest@3fadf1f
Fix #4496 : "__init__() takes from 1 to 2 positional arguments but 5
positional arguments (and 1 keyword-only argument" error from old
version of anaconda.
2021-01-23 18:50:21 -05:00
Henrik Lissner
2e088e7945
More feedback from +default/discover-projects
...
Log successes and failures to the echo area/*Messages* so we know the
command worked (or didn't).
2021-01-23 18:50:21 -05:00
Henrik Lissner
eacbc5e36f
Inject load-path when compiling straight packages
2021-01-23 18:50:21 -05:00
Henrik Lissner
cb09f1778b
Bump core
...
bbatsov/projectile@c31bd41 -> bbatsov/projectile@0e2620a
domtronn/all-the-icons.el@9aa16ae -> domtronn/all-the-icons.el@050d4c5
gilbertw1/better-jumper@5ef53fc -> gilbertw1/better-jumper@411ecdf
raxod502/straight.el@a32c97c -> raxod502/straight.el@47dd03d
2021-01-23 18:49:51 -05:00
Nathan Lovato
aecd60cfab
Add shortcuts and descriptions for GDScript module
2021-01-23 15:18:48 -06:00
JerryChu
b4fbafe451
Fix path separator in msys2
2021-01-21 14:10:14 +08:00
Gerry Agbobada
01f54d2950
Add comment for further maintenance
2021-01-19 18:52:11 +01:00
Henrik Lissner
2ad1eab6ee
Bump evil-collection
...
emacs-evil/evil-collection@e7be9f5 -> emacs-evil/evil-collection@ffbf149
Adds racket-describe keybinds
2021-01-18 19:59:18 -05:00
Henrik Lissner
b6d8a98402
Fix +ivy--set-jump-point-maybe-h: wrong-type-argument markerp
2021-01-18 19:59:18 -05:00
Henrik Lissner
75ac7be289
Fix package-lint warnings in elisp package template
2021-01-18 17:53:59 -05:00
Henrik Lissner
63929a240c
Fix doom-lookup-key
...
+ Scanning wrong variable for minor mode keymaps (minor-mode-alist ->
minor-mode-map-alist).
+ Accommodate possibility that emulation-mode-map-alists may contain
nested alists (#4538 ).
Closes #4538
2021-01-18 17:45:29 -05:00
Henrik Lissner
1c8451e509
Move docs/api.org to emacs-lisp module
2021-01-18 17:45:29 -05:00
Henrik Lissner
1ddeb119dd
AN UPDATE UNLIKE ANYTHING YOU'VE EVER SEEN
...
What have we done?
2021-01-18 17:45:29 -05:00
Henrik Lissner
bb4d17efb7
Revert 8bac3bc6c
, a9e6f8883
...
Add evil-collection-vterm and with-editor to comp blacklist.
Fixes #4517
2021-01-18 17:45:29 -05:00
Dan LaManna
08354f3316
Fix various broken links
2021-01-17 15:08:21 -05:00
John Bampton
583f854298
Fix spelling
2021-01-18 02:16:45 +10:00