aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.