summaryrefslogtreecommitdiffstats
path: root/lisp/init-editing.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-editing.el')
-rw-r--r--lisp/init-editing.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-editing.el b/lisp/init-editing.el
index 3d40dcd..035f4e1 100644
--- a/lisp/init-editing.el
+++ b/lisp/init-editing.el
@@ -59,9 +59,6 @@
;; C-c n renames the current buffer and file
(global-set-key (kbd "C-c n") 'rename-buffer-and-file)
-;; C-x g goes to line (as in mg)
-(global-set-key (kbd "C-x g") 'goto-line)
-
;; C-- undoes
(global-set-key (kbd "C--") 'undo)