Henrik Lissner

Results 312 comments of Henrik Lissner

Please produce [a backtrace](https://discourse.doomemacs.org/how2backtrace) from the error. Also, see if modifying [this line](https://github.com/doomemacs/doomemacs/blob/master/modules/input/layout/+bepo.el#L152) in modules/input/layout/+bepo.el in your local install fixes your issue: ```diff (after! lsp-ui (+layout-bepo-rotate-ts-bare-keymap '(lsp-ui-peek-mode-map))) - (after! org...

Hmm, seems something has changed since emacs-evil/evil-collection@1ad283f5b7ac9320ac3d41bccfc71a52f714563a and emacs-evil/evil-collection@8be4b75c86bc637dbcd14be7522d6da06df1747e (bumped [on Sep 8](https://github.com/doomemacs/doomemacs/commit/bef076b65597ff4658b17369804fcb5508de527f)) to cause `evil-collection-translate-key` to no longer ignore/defer undefined keymaps. I'll dig into this soon. Pinging @gagbo (the...

The issue appears to only occur on Emacs 29.1 or newer. Might be tied to recent changes in Emacs' keymap API.

I agree this is out of Doom's purview, so I'll leave it to users to choose which keys to rebind this way (or upstream to find a better workaround). Thanks...

> but my educated guess is that you should set those envvars: > > DOOMLOCALDIR, > DOOMPROFILELOADFILE. I *highly* recommend no one play with these envvars, or advise anyone else...

> configuring the variables DOOMDIR = "${config.xdg.configHome}/doom"; and DOOMLOCALDIR = "${config.xdg.configHome}/emacs"; @hudcouto Please do not recommend to anyone that they alter these variables as a workaround for issues. You have...

Sorry for taking so long to get to this. I have plans for rewriting `map!` and refactoring out our dependency on general.el, so I've been hesitant to accept PRs to...

Sorry for the tremendous wait! I plan to test this PR this weekend, formulate a proper review, and address the points [in @hpfr's post](https://github.com/doomemacs/doomemacs/pull/6760#issuecomment-1507888862). I'm a bit out of the...

Sorry for the tremendously late response. I've merged this into 883a3fa, where I've grouped the tree-sitter config under csharp-tree-sitter. I've also added tree-sitter-indent to the tree-sitter module, so it can...

LGTM! Thanks again for your help! > I may be able to have a go at it over the next couple of days but feel free to merge this PR...