Alex Kost <alez...@gmail.com> skribis: > From 4d13ab2a470b39dffa2e3a4c086a6f7237485777 Mon Sep 17 00:00:00 2001 > From: Alex Kost <alez...@gmail.com> > Date: Thu, 29 Oct 2015 21:05:17 +0300 > Subject: [PATCH 3/3] emacs: Disable minor modes in 'guix-build-log-mode'. > > * emacs/guix-build-log.el (guix-build-log-mode-hook): Remove > 'compilation-shell-minor-mode' as it is slow on big buffers, and > 'view-mode' as it rebinds too many keys. > (guix-build-log-mode-map): Add "c" and "v" key bindings for the > removed minor modes.
OK. Thanks! Ludo’.