about summary refs log tree commit diff
path: root/emacs.d/init-bindings.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-08-05T09·54+0200
committerVincent Ambo <vincent@spotify.com>2013-08-05T09·54+0200
commit46b80c00fd8a260e130e4f785b3f46c49487c9db (patch)
treec265479ad130e0090d822ebfb2f88c443089e37a /emacs.d/init-bindings.el
parent006043d82e7938f5f79d11e17e03314e932f8684 (diff)
emacs: Added some functions from @magnars, replaced standard goto-line with his version
Diffstat (limited to 'emacs.d/init-bindings.el')
-rw-r--r--emacs.d/init-bindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-bindings.el b/emacs.d/init-bindings.el
index 214ef5b48921..2593ddd6d010 100644
--- a/emacs.d/init-bindings.el
+++ b/emacs.d/init-bindings.el
@@ -42,3 +42,5 @@
 ;; Add a fullscreen toggle
 (global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)
 
+;; Replace standard goto-line with goto-line-with-feedback
+(global-set-key (kbd "M-g g") 'goto-line-with-feedback)