spacemacs/layers
duianto 090a4c89da
[compleseus] Fix junk file function (#14973)
problem
`SPC f J` (`spacemacs/open-junk-file`) shows:
cond: Cannot open load file: No such file or directory, helm

cause
`spacemacs/open-junk-file`
expects the completion layer to be either: `helm` or `ivy`

notes
The junk file function searches through the junk files,
when the ARG parameter is non-nil
(when it's called with a prefix argument: `SPC u SPC f J`)

The helm and ivy search functions might be choosing the search tool,
based on the first search tool it finds in the variable:
`dotspacemacs-search-tools`
`("rg" "ag" "pt" "ack" "grep")`

The consult package has these two search functions:
`consult-grep`
`consult-ripgrep`

This fix only uses those two for searching.
It checks for the executable: `rg` before `grep`
2021-08-20 04:49:30 +00:00
..
+chat rcirc: refactor 2021-04-04 12:48:21 +02:00
+checkers Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
+completion [compleseus] Fix indentation 2021-08-02 13:24:37 +02:00
+distributions Fixed bugs and refactor in new EXWM layer 2021-06-05 15:02:57 +00:00
+emacs Evilify and add follow link (hint) keybinding to org-roam buffer 2021-08-16 15:21:08 +02:00
+email Add bindings for scrolling the message pane in tree-view 2021-08-02 22:55:49 +02:00
+filetree Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
+fonts/unicode-fonts Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
+frameworks Defer loading of lsp servers up to when the buffer is visible 2021-06-06 22:26:31 +02:00
+fun xkcd: refactor 2021-04-04 12:48:21 +02:00
+intl [+intl/chinese] fix warning for quote lambda function (#14786) 2021-05-19 08:51:27 +00:00
+lang Add purescript formatting support (#14984) 2021-08-20 03:48:29 +00:00
+misc [parinfer] Allow to disable auto-installation 2021-05-17 21:24:54 +00:00
+music [doc] fix links 2021-07-12 07:32:24 -07:00
+os [nixos] Add nixos-format-on-save (#14982) 2021-08-20 03:09:00 +00:00
+pair-programming/floobits Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
+readers Change show-all keybinding to outline-cycle-buffer in pdf layer 2021-08-16 17:23:25 +02:00
+source-control Revert "Fix which-key entries: gr and gs in dired and magit" 2021-06-23 17:33:36 +02:00
+spacemacs [compleseus] Fix junk file function (#14973) 2021-08-20 04:49:30 +00:00
+tags [gtags] improve 2021-04-15 21:44:46 +02:00
+themes colors: refactor 2021-04-04 12:48:21 +02:00
+tools Remove obsolete paragraph from the LSP layer documentation (#14989) 2021-08-14 19:21:30 +00:00
+vim documentation formatting: Sun May 9 19:09:25 UTC 2021 2021-05-09 21:16:30 +02:00
+web/eww [eww] Change bindings to match its given category 2021-04-17 14:42:25 +00:00
+web-services documentation formatting: Sat Apr 17 07:08:57 UTC 2021 2021-04-17 11:32:54 +03:00
+window-management/exwm [bot] "spacemacs_fix_org" Mon Jul 5 23:23:52 UTC 2021 2021-07-05 16:24:48 -07:00
auto-layer.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
LAYERS.org [bot] "documentation_updates" Sat Jul 31 14:26:32 UTC 2021 2021-07-31 16:32:46 +02:00