| 29 Jan 2023 |
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 |
Matthew Leach | Do we know when we can switch back to master and unpin upstream? | 12:56:38 |
ribosomerocker | In reply to@alicecandyom:krendelhoff.space image.png ah, it seems you're using lsp-mode and not eglot | 22:31:28 |
ribosomerocker | the errors exist on eglot | 22:31:38 |
ribosomerocker | maybe it's a combination of both using eglot and NDE | 22:31:45 |
| 31 Jan 2023 |
alicecandyOM | In reply to @mon:tchncs.de dont really know what to do to fix this anymore... any ideas? At packages.el
(package! flycheck-haskell)
At config.el
(add-hook 'haskell-mode-hook #'flycheck-haskell-setup)
| 08:04:38 |
alicecandyOM | Redacted or Malformed Event | 08:04:46 |
alicecandyOM |  Download image.png | 08:05:06 |
alicecandyOM | works with eglot setup | 08:05:12 |
| 1 Feb 2023 |
ribosomerocker | hm, alright, thanks! i wonder if this is because of NDE, or because of Doom Emacs itself... | 12:57:16 |
| 2 Feb 2023 |
| sleroq joined the room. | 23:24:52 |
| 3 Feb 2023 |
| JoelMcCracken joined the room. | 02:46:54 |
JoelMcCracken | how do you actually run the emacs built with nix-doom-emacs? just use e.g. emacs in ~/.nix-profile? | 02:47:48 |
ckie (they/them) | sure if you've configured it like that (you probably did if you're using the HM module) | 14:43:59 |
ckie (they/them) | ~/.nix-profile/bin should be in PATH | 14:44:15 |
ckie (they/them) | you can also use services.emacs | 14:44:22 |