alezost / guix.el

Emacs interface for GNU Guix package manager
https://emacs-guix.gitlab.io/website/
GNU General Public License v3.0
139 stars 16 forks source link

guix install -i emacs emacs-guix, still unable to run M-x guix commands #41

Closed lestephane closed 3 years ago

lestephane commented 3 years ago

I've installed emacs and emacs-guix yet nothing happens when I type M-x guix inside emacs. Am I missing something obvious? Let me know what additional information I can provide, as I'm an emacs noob.

$ guix package -I | grep emacs
emacs   27.1    out /gnu/store/7mvfn7d96q61lmya9j6hw77zn0z45d2q-emacs-27.1
emacs-guix  0.5.2-3.a694fdb out /gnu/store/p7n9i8gjz29w68dmywz8n50fdmwpb47n-emacs-guix-0.5.2-3.a694fdb
lestephane commented 3 years ago

False alarm, the guix-popup is indeed shown, i just couldn't get autocomplete to work, which is a different problem.