| 27 Jan 2023 |
ckie (they/them) | * thought to SPC c X/x it | 22:41:04 |
ckie (they/them) | is that helpful? | 22:41:42 |
ribosomerocker | yep, it seems it's a bug in nix-doom-emacs | 22:43:00 |
ribosomerocker | do you know of a way of testing stuff in an imperative doom emacs installation? | 22:47:09 |
ribosomerocker | the last 3 errors shouldn't exist | 22:47:40 |
ribosomerocker | because i already do enable DeriveAnyClass, but in the .cabal file, which should be read | 22:47:58 |
ckie (they/them) | In reply to @mon:tchncs.de do you know of a way of testing stuff in an imperative doom emacs installation? well, you can setup an imperative doom with a vanilla nixpkgs emacs and play along :P | 23:03:28 |
ribosomerocker | yeah, but i have worries that'll have issues because i have NDE and i want to keep NDE emacs on and experiment with an imperative doom at the same time | 23:04:17 |
ckie (they/them) | maybe in a firejail or HOME= or DOOMDIR(? i think?)= | 23:04:36 |
ckie (they/them) | there's probably some way to make the doom cli respect that | 23:04:56 |
| 29 Jan 2023 |
ribosomerocker | dont really know what to do to fix this anymore... any ideas? | 01:27:31 |
ribosomerocker | it works for other people with inperative installs, so its obvious NDE is the problem | 01:28:21 |
ribosomerocker | its just i dont know how to start tackling it | 01:28:29 |
alicecandyOM | In reply to @mon:tchncs.de if they are, this means it's a bug with NDE i don't have these errors | 17:12:26 |
alicecandyOM |  Download image.png | 17:19:11 |
alicecandyOM | In reply to @ckie:ckie.dev alicecandyOM: go explore. it's possible thank you very much, I did what I wanted | 19:48:59 |
alicecandyOM | In reply to @ckie:ckie.dev alicecandyOM: go explore. it's possible * thank you very much, I achieved what I wanted | 19:49:26 |
ckie (they/them) | :D | 19:50:19 |
ribosomerocker | In reply to@alicecandyom:krendelhoff.space i don't have these errors can you show me your configuration? | 22:28:31 |
| 30 Jan 2023 |
alicecandyOM | https://github.com/krendelhoff2/nixos-config/tree/master/home/programs/emacs | 08:05:41 |
| Matthew Leach joined the room. | 11:28:19 |
Matthew Leach | Hi all. I was just wondering if there was a reason that the doom emacs repository has been pinned to a version since October? | 11:30:19 |
Matthew Leach | I'm getting an error when trying to search in a directory SPC s d or a project SPC s p: | 11:35:21 |
Matthew Leach |  Download image.png | 11:35:25 |
Matthew Leach | I think it may be something that's been fixed in upstream doom emacs, hence I'm wondering why it's been pinned. | 11:36:11 |
Matthew Leach | * I think it may be something that may have been fixed in upstream doom emacs, hence I'm wondering why it's been pinned. | 11:36:36 |
alicecandyOM | here is workaround I did:
(use-package! consult
:config
(defun consult--ripgrep-builder (&rest args) (apply (consult--ripgrep-make-builder) args)))
| 12:02:44 |
alicecandyOM | * here is workaround I did to fix it:
(use-package! consult
:config
(defun consult--ripgrep-builder (&rest args) (apply (consult--ripgrep-make-builder) args)))
| 12:04:28 |
Matthew Leach | In reply to @alicecandyom:krendelhoff.space
here is workaround I did to fix it:
(use-package! consult
:config
(defun consult--ripgrep-builder (&rest args) (apply (consult--ripgrep-make-builder) args)))
Great, thanks for the the workaround. | 12:56:06 |
Matthew Leach | I'm pretty sure upstream has fixed this. | 12:56:21 |