Jan Nieuwenhuizen writes: > * gnu/packages/emacs.scm (emacs-disable-mouse): New variable. [...] > + (home-page > + "https://github.com/purcell/disable-mouse") This can be a single line. > + (synopsis "Disable mouse commands globally") > + (description > + "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode}, > +pair of minor modes which suppress all mouse events by intercepting them and > +running a customisable handler command (@code{ignore} by default). > +") ^^^ It would look better to move this up to the previous line IMO. Other than that looks good!