Commit 6086bc08c232

Vincent Demeester <vincent@sbr.pm>
2018-12-17 12:46:16
shells: Remove goto-addr mode
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9a42b98
Changed files (1)
lisp/vde-shells.el
@@ -37,17 +37,6 @@
                         shell-mode-map)))
   )
 
-(use-package goto-addr
-  :hook ((compilation-mode . goto-address-mode)
-         (prog-mode . goto-address-prog-mode)
-         (eshell-mode . goto-address-mode)
-         (shell-mode . goto-address-mode))
-  :bind (:map goto-address-highlight-keymap
-              ("<RET>" . goto-address-at-point)
-              ("M-<RET>" . newline))
-  :commands (goto-address-prog-mode
-             goto-address-mode))
-
 (use-package shx                        ; Enhance comint-mode
   :defer 2
   :init (shx-global-mode 1))