| 18 Feb 2023 |
hdzki ⚡️ | Is vertico/project-serach for anybody else? | 20:53:36 |
hdzki ⚡️ | projectile-ripgrep still works as a workaround | 20:53:54 |
hdzki ⚡️ | * Is vertico/project-serach for anybody else? This is what i get in *Messages* when i try to use it Error running timer: (void-function consult--ripgrep-builder) | 20:54:58 |
hdzki ⚡️ | * Is vertico/project-serach for anybody else? This is what i get in *Messages* when i try to use it (i.e. write some text to search) Error running timer: (void-function consult--ripgrep-builder) | 20:55:14 |
mei 🌒& | it works fine here | 21:03:38 |
mei 🌒& | but i'm on a kind of old commit | 21:03:46 |
mei 🌒& | 17673891a41c747d485b9407cb3b50b3156395ee | 21:04:33 |
hdzki ⚡️ | Yeah it used to work for me a couple of lock updates ago | 21:06:03 |
hdzki ⚡️ | I think it broke around the time that consult-notmuch switched over to the codeberg host | 21:08:38 |
| 21 Feb 2023 |
| dustierquince joined the room. | 08:07:38 |
| 22 Feb 2023 |
| pellaton joined the room. | 06:00:45 |
pellaton | I'm having some trouble using the Doom Emacs module with home manager. I get this error when running home-manager switch:
error: getting status of '/nix/store/1dyqw4qf979xpbc4cprjp6vlyhqwyya7-source/doom.d': No such file or directory These are my configuration files: https://github.com/cooperpellaton/nix-config | 06:02:02 |
pellaton | I'm silly. It was a typo 🤦♂️ | 06:23:21 |
| @benedikt:tissot.de joined the room. | 09:32:19 |
| 25 Feb 2023 |
| @amardeeps:matrix.org joined the room. | 05:49:22 |
k0kada (he/him) | Seems like nix-doom-emacs is officially broken | 10:58:37 |
k0kada (he/him) | I got the same issue that build is stuck in [nix-doom-emacs] Inhibiting (kill-emacs), but that is without overriding doom-emacs input | 10:59:45 |
@benedikt:tissot.de | The problem is with recent emacs-overlays, if you pin to a commit of approx. 1.5 weeks ago it should work again. Did not have time to debug further. | 11:01:33 |
@benedikt:tissot.de | (I am using emacsPgtk) | 11:02:31 |
k0kada (he/him) | In reply to @benedikt:tissot.de The problem is with recent emacs-overlays, if you pin to a commit of approx. 1.5 weeks ago it should work again. Did not have time to debug further. Do you have the commit there? I can pin the commit in nix-doom-emacs repo until someone has more time to investigate | 11:05:13 |
@benedikt:tissot.de | https://github.com/nix-community/emacs-overlay/commit/c16be6de78ea878aedd0292aa5d4a1ee0a5da501 | 11:08:41 |
@benedikt:tissot.de | I have this in my config right know because I forgot to pin the latest I tried that worked, but I think that one half a week later should still work | 11:09:31 |
k0kada (he/him) | Thanks | 11:57:41 |
@benedikt:tissot.de | No problem | 11:59:33 |
k0kada (he/him) | For anyone that wants to help:
https://github.com/nix-community/nix-doom-emacs/pull/316#issuecomment-1445096229 | 12:31:29 |
k0kada (he/him) | In reply to @k0kada:matrix.org For anyone that wants to help: https://github.com/nix-community/nix-doom-emacs/pull/316#issuecomment-1445096229 Maybe ckie (they/them) has some idea what is happening here | 12:55:28 |
lord-valen | k0kada (he/him): See my comment on your PR. Does your config.el make use of `featurep`? If so, then it's certainly related to the keybind issue, which is a load-order issue. | 18:32:14 |
k0kada (he/him) | In reply to @lord-valen:matrix.org k0kada (he/him): See my comment on your PR. Does your config.el make use of `featurep`? If so, then it's certainly related to the keybind issue, which is a load-order issue. All keybindings are broken as far I know | 18:33:51 |
k0kada (he/him) | Including the defaults from doomemacs | 18:33:58 |
lord-valen | Try the non-nvil keybindings. Such as C-c p p. | 18:35:57 |