emacs: Added some functions from @magnars, replaced standard goto-line with his version

This commit is contained in:
Vincent Ambo 2013-08-05 11:54:38 +02:00
parent 006043d82e
commit 46b80c00fd
4 changed files with 70 additions and 3 deletions

View file

@ -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)