Commit graph

14947 commits

Author SHA1 Message Date
Sam Whitlock
670c8d519d Inlining the uuid function 2021-01-07 11:40:50 +01:00
Sam Whitlock
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
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
da177d58c4
Fix #4457: wrong-type-arg keymapp on C-i keybinds 2021-01-05 01:55:53 -05:00
Henrik Lissner
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
Henrik Lissner
a567834ff8
Fix #4457: broken key sequences ending with C-i 2021-01-03 22:40:06 -05:00
Henrik Lissner
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
Henrik Lissner
c12eb117e9
Merge pull request #4447 from iyefrat/develop
:editor fold - minor documentation fix
2021-01-03 19:33:06 -05:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
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
Seth Mason
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
Henrik Lissner
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
Henrik Lissner
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
midchildan
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
Henrik Lissner
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
Henrik Lissner
3beac8ae5a
Merge pull request #4492 from nbfalcon/bugfix/+eshell-split-window
Fix `+eshell/split-window' error
2021-01-03 18:41:40 -05:00
Henrik Lissner
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
Henrik Lissner
1e4a93255d
Merge pull request #4473 from smallwat3r/develop
Add missing install commands for spell checkers
2021-01-03 18:40:51 -05:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
c987794884
Fix #4478: backport exec-path function from 27.1 2021-01-03 17:40:33 -05:00
Henrik Lissner
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
Henrik Lissner
2849efdf2e
lang/lua: update README & refactor
Mentioned in #4462
2021-01-03 17:07:42 -05:00
Bryan Gilbert
ded4532cb6 Bump better-jumper
gilbertw1/better-jumper@e3a6546 ->
gilbertw1/better-jumper@fe548d2

Fixes #2826
2020-12-30 16:18:33 -05:00
Nikita Bloshchanevich
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
Henrik Lissner
ae5cb5b957
Always prioritize custom-theme-directory
Over plugins/built-in themes.
2020-12-29 00:52:12 -05:00
ejez
2465539e19 Fix company backends for text and org modes 2020-12-25 09:44:18 +03:00
Matthieu Petiteau
de94a7381c Add missing install commands for spell checkers 2020-12-24 16:48:26 +01:00
Henrik Lissner
1f3530da6f
Remove gh from excluded packages for autoloads
Fixed upstream.
2020-12-23 15:34:15 -05:00
Diego Zamboni
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
Ian Wahbe
93ca926664 Disable scheme-mode for .rkt files if :lang racket 2020-12-22 15:39:05 -08:00
Ralf Beckmann
712d6a7c40 Fix interactive call of doom/bump-package
The function expects 'package' to be a symbol instead of a string.
2020-12-20 17:37:29 +01:00
ejez
3cae62cacf Fix typos in docs/getting_started.org 2020-12-20 11:58:48 +03:00
Henrik Lissner
3967d6001b
Comment/docstring revision 2020-12-18 16:10:06 -05:00
Henrik Lissner
f2d71ae8fe
Fix #4419: suppress large-file message in org-agenda buffers 2020-12-18 16:08:58 -05:00
Henrik Lissner
0f2bb647eb
Rewrite "large file" detection
Adds a doom-inhibit-large-file-detection letvar for disabling it in
some contexts.
2020-12-18 16:08:22 -05:00
Henrik Lissner
eca50f4766
Fix #4446: activate org-fancy-priorities-mode in org-agenda 2020-12-18 16:05:31 -05:00
Ho-Yon Mak
2253e7f467
Add --exclude .git to fd in projectile-generic-command 2020-12-17 22:57:17 +00:00
Itai Y. Efrat
354fb748f3 :editor fold - minor documentation fix 2020-12-17 20:25:23 +02:00
Henrik Lissner
aba28824a0
Fail gracefully on files with no large-file-size-alist entry 2020-12-15 17:03:40 -05:00
Henrik Lissner
5aaaf3d99c
Remove text-mode from so-long-target-modes
This is too buggy as a general rule. Too many false positive bug
reports from plugins writing text files that are too large/long.

Fixes #4419
2020-12-15 16:58:43 -05:00
Henrik Lissner
0c9256411d
Merge pull request #4433 from yangsheng6810/fix-xclip-not-found
Do not panic when xclip is not available
2020-12-15 04:14:40 -05:00
Henrik Lissner
d42893da75
Merge pull request #4434 from AloisJanicek/better-ivy-hydras-usability
Better ivy hydras usability
2020-12-15 04:14:30 -05:00
Henrik Lissner
785b8f1244
Merge pull request #4435 from AloisJanicek/org-journal-completion-fix
Prioritize company-capf back-end in org-journal
2020-12-15 04:14:21 -05:00
Alois Janíček
715c736815
Prioritize company-capf back-end in org-journal
This allows functionality like completion of org-roam items seamlessly
work in org-journal-mode files too.

Same setting is already set for org-mode itself.
2020-12-15 01:48:14 +01:00
Alois Janíček
8afd8a6ce8
Restore user ability to toggle ivy related hydras
There are two hydras that can be opened from ivy interface:

1. `ivy-dispatching-done' (doom key: "C-o", vanilla key: "M-o")
2. `hydra-ivy/body'       (doom key: "M-o", vanilla key: "C-o")

Original behavior is that they both can be exited / toggled
by the same key they were opened.

This commit restores the original behaviour but does it without
reverting the decision to swap the "C-o" and "M-o" key bindings.
2020-12-15 00:28:50 +01:00
Alois Janíček
e7696893f4
ivy-read-action-function = ivy-hydra-read-action
Use hydra to read user action when calling `ivy-dispatching-done`
2020-12-15 00:10:29 +01:00
Sheng Yang
55c37710f5 Do not panic when xclip is not available 2020-12-14 16:40:10 -06:00