Sender | Message | Time |
---|---|---|
15 Dec 2022 | ||
Download image.png | 00:50:11 | |
Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running idris2-mode . But... I do depend on prop-menu in my configuration:```nix doom-emacs = { enable = true; doomPrivateDir = ./doom; extraPackages = [ pkgs.mu ]; emacsPackage = pkgs.emacsPgtkNativeComp; emacsPackagesOverlay = self: super: { idris2-mode = self.trivialBuild { pname = "idris2-mode"; ename = "idris2-mode"; version = "0.0.0"; buildInputs = [ self.prop-menu ]; src = pkgs.fetchFromGitHub { owner = "idris-community"; repo = "idris2-mode"; rev = "4a3f9cdb1a155da59824e39f0ac78ccf72f2ca97"; sha256 = "sha256-TxsGaG2fBRWWP9aas59kiNnUVD4ZdNlwwaFbM4+n81c="; }; }; }; }; ``` any idea what's going wrong? | 00:50:11 | |
hm. my client's view of that codeblock is really bad. i can only hope that it looks better on other clients | 00:50:36 | |
* Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running
any idea what's going wrong? | 00:50:45 | |
I can remember that this used to work, but after updating my flake inputs and such, this appears to fail again | 00:52:19 | |
* Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running
any idea what's going wrong? | 00:52:42 | |
* Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running
any idea what's going wrong? | 00:53:31 | |
rehi, I've made some progress installing doom-emacs using flake.nix which calls home.nix. i have a (hopefully) simple question about doom.d - when i add it to my programs.doom-emacs configuration with a full path i get an error error: access to absolute path '/home/chran/.doom.d' is forbidden in pure eval mode (use '--impure' to override) | 11:29:52 | |
it seems like the README assumes that the doom.d directory is in /etc/nixos , is that right? it doesn't seem right | 11:30:34 | |
It assumes the doom.d directory is in the flake directory/repo | 12:43:06 | |
ok so i put it in the same directory (i made a nixos folder in my homedir and symlinked /etc/nixos to it, seem to be working fine) and it's sitll now working, i've tried with and without quotes | 13:23:34 | |
with no quotes | 13:24:20 | |
with quotes | 13:24:55 | |
Gavin R: ./.doom.d | 14:31:01 | |
thanks! | 16:22:25 | |
hmm still gettingerror: string './.doom.d' doesn't represent an absolute path | 16:24:26 | |
ok i fixed it. made sure my symlinks (i like keeping my config in my homedir) were ok and removed the double quotes and all is well | 16:46:08 | |
erg i spoke too soon | 16:55:23 | |
| 16:56:45 | |
fixed that error ! yay! | 17:22:49 | |
:3 | 17:30:12 | |
do i need to install an external dependency for latex pdf export? i'm getting pdflatex: command not found | 17:58:20 | |
Gavin R: my list | 19:04:42 | |
In reply to@mon:tchncs.dei've checked the issues and there doesn't seem to be an issue like this, i assume this is just another case of my machine being cursed... | 19:49:09 | |
well, except my issue, but that issue was solved with this exact piece of code | 19:51:53 | |
19:53:08 | ||
In reply to @ckie:ckie.devcool, thanks. why do you have your latex section commented out? | 21:41:01 | |
it's 5gb or something and latex errors are annoying as fuck | 21:41:19 | |
ya i'm thinking about just copy/pasted my org tables from my CV into libreoffice and being done with it lol | 21:42:04 | |
16 Dec 2022 | ||
Well, I've found nothing to fix it. I assume you guys don't know what's going on too? | 18:58:58 |