diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-12-08 12:29:06 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-12-08 12:29:06 +0100 |
| commit | 46657d088a86df00e87fce733cf0713890330854 (patch) | |
| tree | 8cdb73c915f041d33927dd837d7c87d19ef330a4 /emacs/init.el | |
| parent | 73fba12d5139c9f64263f92a3d7ef2196667e495 (diff) | |
| download | dotfiles-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.el | 1 |
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. |
