Next: , Previous: , Up: Top   [Contents][Index]


8 Popup Interface

If you ever used Magit, you know what “popup interface” is (see Magit-Popup User Manual). Even if you are not acquainted with Magit, there should be no worries as it is very intuitive.

So, M-x guix command provides a top-level popup interface for almost all the available Emacs-Guix commands. It has 2 advantages comparing with calling M-x guix-… commands directly:

If you use M-x guix often, you may wish to bind it to some easy accessible key combination, for example, to super-g:

(global-set-key (kbd "s-g") 'guix)