aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-12-08 12:29:06 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2016-12-08 12:29:06 +0100
commit46657d088a86df00e87fce733cf0713890330854 (patch)
tree8cdb73c915f041d33927dd837d7c87d19ef330a4 /emacs/init.el
parent73fba12d5139c9f64263f92a3d7ef2196667e495 (diff)
downloaddotfiles-46657d088a86df00e87fce733cf0713890330854.tar.gz
dotfiles-46657d088a86df00e87fce733cf0713890330854.zip
emacs: provide a keybinding for the g command
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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.