Henrik Lissner

Results 312 comments of Henrik Lissner

Hey there! I'm preparing to move modules out of Doom's core to [doomemacs/modules](https://github.com/doomemacs/modules) (official modules) and [doomemacs/contrib-modules](https://github.com/doomemacs/contrib-modules) (community-maintained/contributed modules), and am resolving/transferring related PRs and issues. As this repo will...

Ah, my bad: please PR modules under a top-level `modules/` directory. So `modules/ui/pixel-scroll/`, in this case. > I can also later make another PR to add that info in the...

I've cherrypicked this PR into 1b99805, along with some corrections to conform to [our git conventions](https://discourse.doomemacs.org/t/git-conventions/2407#scopes-3) and to remain consistent with the formatting of other modules, which should resolve this...

Hey there! I'm preparing to move modules out of Doom's core to [doomemacs/modules](https://github.com/doomemacs/modules) (official modules) and [doomemacs/contrib-modules](https://github.com/doomemacs/contrib-modules) (community-maintained/contributed modules), and am resolving/transferring related PRs and issues. As this repo will...

Hey there! I'm preparing to move modules out of Doom's core to [doomemacs/modules](https://github.com/doomemacs/modules) (official modules) and [doomemacs/contrib-modules](https://github.com/doomemacs/contrib-modules) (community-maintained/contributed modules), and am resolving/transferring related PRs and issues. As this repo will...

Looks like it worked, it's just that native-comp is struggling to find moved files. Delete `~/.emacs.d/.local/cache/eln/` instead.

`after!` takes the name of a package. There is no package named `snippets`. If you replace it with `yasnippet`, then it should work.

> Can the precedence for be yas-expand then company-complete if no snippet expansion is found? [This is already the case](https://github.com/hlissner/doom-emacs/blob/develop/modules/config/default/+evil-bindings.el#L45-L52), unless you've disabled `:config (default +bindings)` or remapped `TAB` yourself....

It does need a contributors guide, but my todo pile is impressive enough as is. It'll be some time before I can get around to it. I do intend to...

Sorry for the incredibly late reply! This issue slipped under my radar. > F: restrict the scope to the function There's `evil-multiedit-toggle-or-restrict-region`, which, if used when a selection is active...