Henrik Lissner

Results 312 comments of Henrik Lissner

Did you figure out the cause/solution for this?

~~Could someone having this issue please show me the contents of their Emacs wrapper? I.e. `cat $(which emacs)`. I suspect the issue is with the wrapper home-manager's `programs.emacs` produces rather...

Nevermind. This is an upstream issue. See https://github.com/NixOS/nixpkgs/issues/267548#issuecomment-1833505396 for explanation and https://github.com/NixOS/nixpkgs/issues/267548#issuecomment-1948735604 for a solution. Thanks for bringing it to my attention, in any case.

The `:editor format` module replaced [format-all](https://github.com/lassik/emacs-format-all-the-code) with [Apheleia](https://github.com/radian-software/apheleia/) in 4ecd616cd8f60640d6b0be2ffc3d762e88099bb4, so I will close this issue as it's obsolete (and likely resolved). Thanks for bringing it to my attention, in...

I agree with this in spirit, but I am currently swamped, so it'll be some time before I address it. The `:leader`+`:map` issue is documented in `map!`'s docstring and the...

I cannot reproduce this. 1. Placed in config.el (or init.el): `(setq doom-localleader-alt-key "M-,")` 2. Open an emacs-lisp-mode buffer 3. `M-, e` invokes `macrostep-expand` as expected. Are you sure you tried...

Ah, I see what you mean. it won't work in insert mode. t seems some other keymap is shadowing `general-override-mode-map`, despite it having such high precedence. `esc-map` is a possibility,...

Ack, sorry, I forgot it was the localleader you wanted. There is no `doom/localleader` and it isn't possible to create one (with the current system), as local leaders keys aren't...

Can you produce a [backtrace](https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#how-to-extract-a-backtrace-from-an-error) from those two errors? ``` sp--pair-overlay-post-command-handler: Wrong type argument: number-or-marker-p, nil Error in post-command-hook (sp--pair-overlay-post-command-handler): (wrong-type-argument number-or-marker-p nil) ```