# HG changeset patch # User Oleksandr Gavenko # Date 1375213734 -10800 # Node ID c1cac6e85f9bd606be773377f68f368ed3b54234 # Parent 506ee5aebe22ed11ecddbc4bb6d18a05999d316d Enable 'goto-address-mode' in 'term-mode'. diff -r 506ee5aebe22 -r c1cac6e85f9b .emacs-my --- a/.emacs-my Sun Jul 21 00:12:20 2013 +0300 +++ b/.emacs-my Tue Jul 30 22:48:54 2013 +0300 @@ -410,6 +410,10 @@ (define-key term-raw-map [M-left] 'my-term-send-m-left) )) +(defun my-term-mode-hook () + (goto-address-mode 1)) +(add-hook 'term-mode-hook #'my-term-mode-hook) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "whitespaces")