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
4f00de119e
Merge pull request #4511 from samwhitlock/develop
...
Improving snippet lookup behavior
2021-01-09 03:22:53 -05:00
b98476e1fd
Bump :lang org
...
Kungsgeten/org-brain@1ae4fd4 -> Kungsgeten/org-brain@f7939ef
abo-abo/org-download@42ac361 -> abo-abo/org-download@97bec74
alf/ob-restclient.el@f7449b2 -> alf/ob-restclient.el@0ebfc7c
bastibe/org-journal@14ce011 -> bastibe/org-journal@c083648
emacs-straight/org-mode@7c8dce7 -> emacs-straight/org-mode@6b83c6e
emacsorphanage/gnuplot@f0001c3 -> emacsorphanage/gnuplot@116cad8
fuxialexander/org-pdftools@3c2b9a4 -> fuxialexander/org-pdftools@bcf0084
kaushalmodi/ox-hugo@f24c9bd -> kaushalmodi/ox-hugo@6bc8ee0
oer/org-re-reveal@0062756 -> oer/org-re-reveal@47339ef
org-roam/org-roam@be95b42 -> org-roam/org-roam@15d864a
takaxp/org-tree-slide@18034c4 -> takaxp/org-tree-slide@d6e8e91
Fixes #4506 : org-mode bump fixes broken id linking functionality.
Fixes #4505 : addresses org-roam/org-roam#1341 .
Co-authored-by: RBckmnn <RBckmnn@users.noreply.github.com >
2021-01-09 03:20:09 -05:00
a9e6f88831
Remove evil-collection-vterm from comp blacklist
...
Issue was fixed upstream in native-comp branch.
2021-01-09 03:10:43 -05:00
cfb8a866dc
Bump :core
...
Fuco1/smartparens@7f5825d -> Fuco1/smartparens@63695c6
bbatsov/projectile@d1cfad0 -> bbatsov/projectile@c31bd41
domtronn/all-the-icons.el@6917b08 -> domtronn/all-the-icons.el@9aa16ae
iqbalansari/restart-emacs@e570749 -> iqbalansari/restart-emacs@1607da2
jscheid/dtrt-indent@a7ade6d -> jscheid/dtrt-indent@854b9a1
justbur/emacs-which-key@ca268fd -> justbur/emacs-which-key@428aedf
jwiegley/use-package@caa92f1 -> jwiegley/use-package@365c73d
raxod502/straight.el@3277e1c -> raxod502/straight.el@a32c97c
+ Closes #4513
+ Fixes (wrong-number-of-arguments (3 . 4) 2) error for users on Emacs
HEAD (see bbatsov/projectile#1635 ).
+ package! :build semantics have changed due to upstream changes. What
was :build is now :pre-build. What was :no-build is now :build nil.
+ Now we must be careful not to auto-disable the "use-package" psuedo
theme. It is used as a place to store :custom assignments without them
being saved to custom.el.
2021-01-09 02:55:09 -05:00
c8bfbda556
Make anaconda & pipenv integrations remote-aware
...
Resolve paths to pipenv and python-shell-interpreter on the remote if
over tramp.
2021-01-09 02:55:09 -05:00
5da3641aad
Move init.el to early-init.el
...
Our first step toward dropping 26.x support. Allows our optimizations to
reach a little further into the startup.
2021-01-09 02:55:08 -05:00
39deb6aedb
Resolve remote path to fd/rg for counsel-find-file
2021-01-08 17:14:27 -05:00
670c8d519d
Inlining the uuid function
2021-01-07 11:40:50 +01:00
c0c932ae09
Improving snippet lookup behavior
...
This enables snippets to be accessed by UUID in parent modes of the
current mode. Prior behavior was to only look up for the current mode,
but the active modes (and those suggested in the prompt) include
parent-mode snippets (e.g., text-mode snippets when major-mode is org-mode).
2021-01-07 09:05:18 +01:00
cae1766d8e
redisplay-skip-fontification-on-input = t
...
This setting was introduced recently in Emacs HEAD.
2021-01-07 01:43:17 -05:00
1ba06ed5df
Enable eshell-tramp by default
2021-01-07 01:43:17 -05:00
70e71f3f6d
lsp-headerline-breadcrumb-enable = nil
2021-01-07 01:41:58 -05:00
34c5dad750
Add value+docstring columns to doom/help-custom-variable
...
When used with ivy. Also: slight refactor of doom/help-custom-variable.
2021-01-05 19:29:19 -05:00
b89929f3f8
Bind {C-h, SPC h} V to doom/help-custom-variable
...
For looking up custom variables (i.e. variables intended to be
customized; defined with defcustom).
2021-01-05 19:21:54 -05:00
da177d58c4
Fix #4457 : wrong-type-arg keymapp on C-i keybinds
2021-01-05 01:55:53 -05:00
6ef517353b
Bump :tools
...
NicolasPetton/pass@919d8e3 -> NicolasPetton/pass@a095d24
abo-abo/define-word@3af6825 -> abo-abo/define-word@6e4a427
editorconfig/editorconfig-emacs@da84471 -> editorconfig/editorconfig-emacs@d73333c
emacs-lsp/dap-mode@041db8e -> emacs-lsp/dap-mode@612388d
emacs-lsp/lsp-mode@61443f3 -> emacs-lsp/lsp-mode@dbfbe1a
emacs-lsp/lsp-ui@49bc513 -> emacs-lsp/lsp-ui@94673cd
emacs-straight/project@0003fe4 -> emacs-straight/project@a1997af
emacsorphanage/terraform-mode@63fafc6 -> emacsorphanage/terraform-mode@a9fa5bd
joaotavora/eglot@2172641 -> joaotavora/eglot@4c85df2
k1LoW/emacs-ansible@cf6b8f0 -> k1LoW/emacs-ansible@40af0d2
magit/forge@953764d -> magit/forge@e340c2b
magit/magit@acfe22a -> magit/magit@2145477
millejoh/emacs-ipython-notebook@a019ee3 -> millejoh/emacs-ipython-notebook@917f2a0
nicolaisingh/saveplace-pdf-view@88e07be -> nicolaisingh/saveplace-pdf-view@b037091
realgud/realgud@ff66001 -> realgud/realgud@f73c039
spotify/dockerfile-mode@d31f768 -> spotify/dockerfile-mode@6a56c1c
tmalsburg/helm-bibtex@8d84d8b -> tmalsburg/helm-bibtex@1bb81d7
tmalsburg/helm-bibtex@8d84d8b -> tmalsburg/helm-bibtex@1bb81d7
tmalsburg/helm-bibtex@8d84d8b -> tmalsburg/helm-bibtex@1bb81d7
tumashu/posframe@e1552c8 -> tumashu/posframe@ae8ac91
2021-01-05 01:54:04 -05:00
db82474a58
Add doctor.el for :tools ansible
2021-01-04 18:43:05 +01:00
5b8d8aed51
Enable company-ansible upfront
2021-01-04 18:43:05 +01:00
b12df73cc1
Emacs-lisp eldoc: fix error if symbol unbound
...
`+emacs-lisp-append-value-to-eldoc-a' `error's if the symbol isn't
bound, because `symbol-value' errors in that case. Fix that bug by only
modifying the result of `elisp-get-var-docstring' if the symbol is
bound.
2021-01-04 12:08:53 +01:00
a567834ff8
Fix #4457 : broken key sequences ending with C-i
2021-01-03 22:40:06 -05:00
12d8691fa8
Fix #4460 : simplify +org--strip-properties-from-outline-a
...
Link cleanup is done upstream, in org, so we don't have to.
2021-01-03 22:37:51 -05:00
c63eceb43b
Markdown: add keymap for insert commands
2021-01-03 18:48:33 -06:00
c12eb117e9
Merge pull request #4447 from iyefrat/develop
...
:editor fold - minor documentation fix
2021-01-03 19:33:06 -05:00
b90e001ca0
Merge pull request #4448 from hoyon/patch-1
...
Add `--exclude .git` to fd in `projectile-generic-command`
2021-01-03 18:44:55 -05:00
0fa117bb66
Merge pull request #4455 from ejez/fix-doc-typos
...
Fix typos in `docs/getting_started.org`
2021-01-03 18:44:31 -05:00
157f654f98
Merge pull request #4456 from RBckmnn/Fix_doom/bump-package
...
Fix interactive call of doom/bump-package
2021-01-03 18:44:06 -05:00
d075081899
Add cider pprint to local map. ( #4461 )
...
* Add cider-pprint defuns to local map.
Add the `cider-pprint-*` defuns to `<localleader> p`.
* Merge hanging paren
Co-authored-by: Seth Mason <seth@sethmason.com >
Co-authored-by: Henrik Lissner <accounts@v0.io >
2021-01-03 18:43:44 -05:00
7d14ae884a
Merge pull request #4467 from iwahbe/racket-over-scheme-alist
...
Disable scheme-mode for .rkt files if :lang racket
2021-01-03 18:43:29 -05:00
d635ab88d3
Merge pull request #4470 from zzamboni/org/check-org-download-executables
...
Add checks for executables needed by org-download
2021-01-03 18:43:20 -05:00
2c51be5b2c
Respect the :ignore property for packages installed as dependencies ( #4497 )
...
* Respect the :ignore property for packages installed as dependencies
* Fix indentation
Co-authored-by: Henrik Lissner <accounts@v0.io >
2021-01-03 18:42:57 -05:00
22b24d397f
Merge pull request #4494 from gilbertw1/fix-better-jumper-persp-leak
...
Bump better-jumper. Fixes #2826
2021-01-03 18:41:54 -05:00
3beac8ae5a
Merge pull request #4492 from nbfalcon/bugfix/+eshell-split-window
...
Fix `+eshell/split-window' error
2021-01-03 18:41:40 -05:00
83d416ae78
Merge pull request #4476 from ejez/fix-company-backends
...
Fix company backends for text and org modes
2021-01-03 18:41:13 -05:00
1e4a93255d
Merge pull request #4473 from smallwat3r/develop
...
Add missing install commands for spell checkers
2021-01-03 18:40:51 -05:00
3af185a05b
Bump :lang clojure
...
clojure-emacs/cider@ef47c1d -> clojure-emacs/cider@1a34f89
clojure-emacs/clj-refactor.el@6db85b3 -> clojure-emacs/clj-refactor.el@9dcc50d
Closes #4479
2021-01-03 18:17:16 -05:00
4e2a473bc0
Bump :completion ivy
...
Yevgnen/ivy-rich@c0a164c -> Yevgnen/ivy-rich@f8a1f5c
abo-abo/swiper@778d8bf -> abo-abo/swiper@d2891aa
raxod502/prescient.el@5d139e5 -> raxod502/prescient.el@42adc80
tumashu/ivy-posframe@08a00b8 -> tumashu/ivy-posframe@83047d4
Closes #4491 : the previous pin broke regex. Using anything other than $
would make the prompt hang. Looks like this pin fixes it.
2021-01-03 18:17:14 -05:00
c987794884
Fix #4478 : backport exec-path function from 27.1
2021-01-03 17:40:33 -05:00
6970903a43
Fix #4465 : >,< not shifting whole lines
...
This fixes make > and < behave as it does in vim in regular visual mode.
2021-01-03 17:18:43 -05:00
2849efdf2e
lang/lua: update README & refactor
...
Mentioned in #4462
2021-01-03 17:07:42 -05:00
ded4532cb6
Bump better-jumper
...
gilbertw1/better-jumper@e3a6546 ->
gilbertw1/better-jumper@fe548d2
Fixes #2826
2020-12-30 16:18:33 -05:00
f40f025fb2
Fix `+eshell/split-window' error
...
`+eshell/split-window' eventually calls `+eshell--bury-buffer', which
invoked `+eshell/here' with `t' instead of a command string, erroring.
2020-12-29 21:14:30 +01:00
ae5cb5b957
Always prioritize custom-theme-directory
...
Over plugins/built-in themes.
2020-12-29 00:52:12 -05:00
2465539e19
Fix company backends for text and org modes
2020-12-25 09:44:18 +03:00
de94a7381c
Add missing install commands for spell checkers
2020-12-24 16:48:26 +01:00
1f3530da6f
Remove gh from excluded packages for autoloads
...
Fixed upstream.
2020-12-23 15:34:15 -05:00
51e3e37f7e
Add checks for executables needed by org-download
...
- Added platform-dependent checks for some of the executables needed for
org-download-clipboard to work.
- Fixed a typo in one of the error messages for org-roam.
2020-12-23 17:34:04 +01:00