Caleb Chase

Results 16 issues of Caleb Chase

Is it possible to preserve Consult's narrowing after an Embark action when the minibuffer is kept open? For example, I have this bit of config to keep the minibuffer open...

Hi, I think a rule along the lines of this should be added: ```elisp (add-to-list 'dumb-jump-find-rules '(:type "function" :supports ("ag" "grep" "rg" "git-grep") :language "elisp" :regex "\\\(defmacro\\s+JJJ\\j" :tests ("(defmacro test...

Using `(setq org-super-agenda-keep-order t)`, introduced recently by !167, causes a backtrace with `:auto-category` or `:auto-parent`. I didn't test other `:auto-*` groups, but I'm guessing it's likely to be the case...

bug

Hi @alphapapa, I encountered an issue using the heading predicate with `org-ql-find` interactively. Typing `h:` throws an error which isn't caught, so in my case as a vertico user it...

bug

Part of `tldr-update-docs` tries to unzip into `user-emacs-directory`, which does not work for me because my `user-emacs-directory` is not user-writable. Instead of unzipping there and then moving to `tldr-directory-path`, could...

bug

## Expected behavior It would be nice to be able to specify a file glob to restrict what files `helm-projectile-grep` searches, e.g. "*.md" to search only through markdown doc files....

**Describe the bug** Error when attempting to do `slack-insert-emoji` while `helm-mode` is enabled. If I disable `helm-mode` and enable `ido-mode` I do not have an issue. [This is the line...

bug

**Describe the bug** `emojify-user-emojis` contains team-specific emojis from `(oref team emoji-master)` but does not have the default/built-in emojis from `slack-emoji-master`. Team emojis are added to `emojify-user-emojis` here, within `slack-download-emoji`: https://github.com/yuya373/emacs-slack/blob/d53a57a18fb7034182c3d02503f937761e6a2a64/slack-emoji.el#L58-L62...

bug

Currently, all new messages in threads are added to tracking list if `slack-buffer-create-on-notify` is non-nil. Would you be open to adding a config option that would make it work like...

# Overview I'm not sure if I'm doing it wrong or if there's a bug in either nil or Emacs eglot, so I'm hoping you can help me. I'm trying...

A-lsp
A-emacs