emacs: Added some functions from @magnars, replaced standard goto-line with his version
This commit is contained in:
parent
006043d82e
commit
46b80c00fd
4 changed files with 70 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue