Grant Shangreaux
Grant Shangreaux
just bumped into this problem. i'm running guix on top of my os. i have geiser, guile, emacs-guix all installed via guix. geiser 0.16 geiser-guile 0.17 guix-0.5.2-4.8ce6d21 any other thoughts?
FWIW i managed to get it working after making sure i had installed guile and guix in my profile, logged out and logged back in to ensure the GUILE_LOAD_PATH was...
> Paste this into your Emacs init file: > > ```emacs-lisp > (require 'guix-emacs) > > (add-to-list 'load-path "~/.guix-profile/share/emacs/site-lisp") > > (guix-emacs-autoload-packages) > ``` i don't have emacs installed via...
Ah, I found the missing piece. I was installing from the git repo with `straight` and needed this: Now all you need, is to add ‘elisp’ directory to the Emacs...
@chaosprint - thanks for the feedback. i was aiming to learn a bit by digging as low-level as I dared, but I see what you're saying. Glicol looks cool!
i'm seeing the same error, also using ivy. i haven't been able to trace it down yet. i'd just been using the default telephone-line config as well of course now...
Yeah, idk what was going on yesterday but toggle-debug-on-error wasn't triggering. I restarted things and got a backtrace this time though. ``` Debugger entered--Lisp error: (wrong-type-argument consp nil) image--set-property(nil :max-height...
I've been able to suppress the error for the moment by turning off the `ement-room-list-avatars`
@carcot - did you happen to figure it out? the error posted looks like `straight` is trying to find a recipe maybe from MELPA or something. i've got my main...
@carcot - well so far i've got this, ```emacs-lisp (straight-use-package '(combobulate :type git :host github :repo "mickeynp/combobulate")) ``` and managed to get `straight` to clone and build the package. however,...