Alex Kost <alez...@gmail.com> skribis: > This patchset adds "View graph" action to 'guix graph' popup (i.e., to > "M-x guix RET G"). By default the graph (png) will be opened in Emacs, > but this can be changed by setting 'guix-find-file-function' variable. > For example, I prefer to open png-files in sxiv, so I use: > > (setq guix-find-file-function 'org-open-file) > > and I have ("\\.png\\'" . "sxiv %s") element in my 'org-file-apps' var. > > If you don't like png, you can set 'guix-dot-default-arguments' and > 'guix-dot-file-name-function'.
Heheh, excellent.