Daniel Dinnyes

Results 22 issues of Daniel Dinnyes

in org mode when using refile (keybinding `C-c C-w`), while traversing an outline path, when you arrive to a leaf node in the path without further child target, `ivy` will...

triage

## Expected behavior I have a parent git project called .emacs.d which has the following directory structure ``` .emacs.d |- .projectile |- init.el |- straight |- repos |- projectile |-...

Bug
Help Wanted

I am trying to configure projectile to jump cursor to the popped grep buffer by setting the `projectile-grep-finished-hook`. ## Expected behavior I would expect the projectile grep buffer to pop...

Bug
Stale

# Feature request The top line in debug mode describing the possible actions, and key-bindings is blending into the code-blocks. It would be preferable to have an inverse colour scheme...

enhancement
help wanted
good first issue

I am using `use-package` with `el-get`, through the backage `use-package-el-get`. I configure them the following way: ```elisp (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (require 'use-package) (use-package el-get :ensure t :config...

waiting
support

After manually triggering the pop-up inside a key-chord using the `show-early-on-C-h` binding, afterwards there is no more delays, all pop-ups are instant. This is very annoying. OS: Debian 12 Emacs...

I've tried to configure `` key-binding to call `indent-for-tab-command`, while using `TAB` for `company-complete-common-or-cycle`, or alternatively `company-indent-or-complete-common`. Yet, when in god-mode pressing `TAB` always calls company's completion. My expectation is...

documentation

Until `projectile-mode-map` prefix binding (e.g. `C-c p p`) has been called manually (i.e. without god-mode) at least once, the calling the enhanced binding with god-mode enabled (i.e. `c SPC p...

not-god-mode
needs-repro

### System Details - **OS Version:** Debian 12 - **Browser Version:** Firefox 102.14.0esr (64bit) - **Tab Stash Version:** 2.12.1 **Installed Browser Extensions:** Multi Account Containers (known to cause problems) Universal...

i-bug
upstream dependency

## What's wrong I've tried to install `vertico-prescient` package, which fails, and the error recommended that I update my straight repos using `straight-pull-recipe-repositories`. When I did this, and restarted Emacs,...

needs repro
support