Commit Graph

15222 Commits

Author SHA1 Message Date
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
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
454c4132d4 Slower mouse-wheel and re-enable acceleration
This improves the illusion of faster scrolling.
2021-01-27 02:50:36 -05:00
6d2b9ff100 Enable hl-line-mode in org-agenda-mode
Closes #4567
2021-01-27 02:50:19 -05:00
e538109635 Merge pull request #4370 from benneti/patch-2
org: jupyter prerequisites
2021-01-27 02:46:14 -05:00
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
d0e7451de8 Merge pull request #4533 from danlamanna/fix-module-404s
Fix various broken links
2021-01-27 02:42:40 -05:00
d295a04f04 Merge pull request #4520 from shonfeder/update-ocaml-bindings-docs
Update ocaml bindings docs
2021-01-27 02:40:47 -05:00
20e74206a8 Merge pull request #4531 from jbampton/fix-spelling
Fix spelling
2021-01-27 02:36:44 -05:00
7108aa8107 Merge pull request #4575 from yangsheng6810/develop
Fix typo
2021-01-27 02:34:16 -05:00
c6944885b1 Merge pull request #4550 from chuxubank/fix-msys2-path
Fix path separator in msys2
2021-01-27 02:34:02 -05:00
181379c006 Fix typo 2021-01-27 01:08:47 -06:00
2c4b5b2f93 Fix type error when printing straight errors 2021-01-26 22:38:53 -05:00
c29bbbc171 Fix doom-package-depending-on 2021-01-26 22:38:53 -05:00
5dbaa98159 Merge branch 'develop' into fix-msys2-path 2021-01-25 13:50:07 +08:00
fd7073240c Complete docstring for doom--straight-inject-load-path-a
Whoops. I pushed before finishing the
2021-01-23 22:37:28 -05:00
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
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
eacbc5e36f Inject load-path when compiling straight packages 2021-01-23 18:50:21 -05:00
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
aecd60cfab Add shortcuts and descriptions for GDScript module 2021-01-23 15:18:48 -06:00
b4fbafe451 Fix path separator in msys2 2021-01-21 14:10:14 +08:00
01f54d2950 Add comment for further maintenance 2021-01-19 18:52:11 +01:00
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
b6d8a98402 Fix +ivy--set-jump-point-maybe-h: wrong-type-argument markerp 2021-01-18 19:59:18 -05:00
75ac7be289 Fix package-lint warnings in elisp package template 2021-01-18 17:53:59 -05:00
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
1c8451e509 Move docs/api.org to emacs-lisp module 2021-01-18 17:45:29 -05:00
1ddeb119dd AN UPDATE UNLIKE ANYTHING YOU'VE EVER SEEN
What have we done?
2021-01-18 17:45:29 -05:00
bb4d17efb7 Revert 8bac3bc6c, a9e6f8883
Add evil-collection-vterm and with-editor to comp blacklist.

Fixes #4517
2021-01-18 17:45:29 -05:00
08354f3316 Fix various broken links 2021-01-17 15:08:21 -05:00
583f854298 Fix spelling 2021-01-18 02:16:45 +10:00
198712060a Fix +evil--insert-new-line advice when opening new line inside a comment.
`comment-line-break-function` requires a single `soft-newlines` argument.
2021-01-17 15:53:23 +02:00
b03fdabe4f Bump posframe
tumashu/posframe@e1552c8 -> tumashu/posframe@efd7ea4

Fixes void-function fit-frame-to-buffer-1 errors.
2021-01-13 14:07:47 -05:00
fc184852d0 Only replace usernames in file paths in doom/info 2021-01-11 02:49:00 -05:00
f587630e17 Use module instead of package detection
Otherwise, the dashboard will break if the user has perspective.el
installed, instead of persp-mode.
2021-01-11 02:41:44 -05:00
8cd7a1dbc6 Fix doom-unicode-font 2021-01-11 02:41:28 -05:00
8c258c272d Update comments 2021-01-11 02:41:14 -05:00
1235ea74cf Bump better-jumper
gilbertw1/better-jumper@e3a6546 -> gilbertw1/better-jumper@5ef53fc

Fixes 'void-variable better-jumper-jump-list-struct' at startup, because
cl-defstruct macro is unavailable when the better-jumper package is
compiled (as of raxod502/straight.el@6a273d1, straight compiles packages
in a child process where cl-lib isn't preloaded).

First reported in https://www.reddit.com/r/DoomEmacs/comments/kts81q/spacemacslike_menu_when_pressing_leader_key/
2021-01-10 19:54:14 -05:00
5cb2395e08 Set custom-theme-directory in core-ui 2021-01-10 08:07:27 -05:00
3f2c4b80e9 Add Emacs 26.x warning to doctor checks
We'll be dropping support for it in the next few months.
2021-01-10 05:02:00 -05:00
042fd4d929 Fix obsolete case alias compiler warnings 2021-01-10 04:56:40 -05:00
1b6cf5777a Fix void-variable eshell-modules-list
Only affected Emacs 26 users.
2021-01-10 04:49:00 -05:00
f2035811db Bump :ui
Alexander-Miller/treemacs@389bca1 -> Alexander-Miller/treemacs@559fa09
ema2159/centaur-tabs@b172646 -> ema2159/centaur-tabs@23eda0a
hlissner/emacs-doom-themes@74ebd77 -> hlissner/emacs-doom-themes@5adcc29
iqbalansari/emacs-emojify@4b96f37 -> iqbalansari/emacs-emojify@cfa0086
jabranham/mixed-pitch@d305108 -> jabranham/mixed-pitch@beb22e8
joostkremers/writeroom-mode@92c47df -> joostkremers/writeroom-mode@b648b34
jrblevin/deft@fca9ea0 -> jrblevin/deft@c4af448
seagle0128/doom-modeline@fb34eb5 -> seagle0128/doom-modeline@4956606
tarsius/hl-todo@0598b98 -> tarsius/hl-todo@9661a46
2021-01-09 21:40:32 -05:00
2b53df56e5 Bump :editor evil
emacs-evil/evil-collection@ab5bb7c -> emacs-evil/evil-collection@e7be9f5
emacs-evil/evil@d6cf668 -> emacs-evil/evil@cc9d688
mamapanda/evil-traces@bc25cae -> mamapanda/evil-traces@290b532

Fixes `(wrong-number-of-arguments (3 . 4) 2)` on Emacs HEAD for
evil (other packages may still be problematic).
2021-01-09 19:43:13 -05:00
8bac3bc6c6 Remove with-editor from comp blacklist 2021-01-09 04:12:54 -05:00
5e6de97b56 ui/minimap: allow in more major modes 2021-01-09 03:52:47 -05:00
2bcb3480e8 Merge pull request #4488 from NathanLovato/markdown-keybindings-1
Markdown: add keymap for insert commands
2021-01-09 03:23:44 -05:00
4d5f6f7514 Merge pull request #4503 from nbfalcon/bugfix/elisp-eldoc-unbound-symbol-error
Emacs-lisp eldoc: fix error if symbol unbound
2021-01-09 03:23:33 -05:00
20a329cd72 Merge pull request #4507 from RBckmnn/tools_ansible2
Some minor enhancements to the ansible module
2021-01-09 03:23:07 -05:00