From 46657d088a86df00e87fce733cf0713890330854 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 8 Dec 2016 12:29:06 +0100 Subject: emacs: provide a keybinding for the g command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 3048b9c..1692150 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -63,6 +63,7 @@ ;;; Custom Lisp (byte-compile-file (concat user-emacs-directory "lisp/g.el") t) +(global-set-key (kbd "M-g") 'g) ;;; Initialize package and use-package. -- cgit v1.2.3