Skip to content

Commit

Permalink
remove goto-address. I donot use mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Dec 6, 2013
1 parent 6eb8ea2 commit 051d541
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions init-misc.el
Expand Up @@ -3,8 +3,6 @@
;;----------------------------------------------------------------------------
(add-auto-mode 'tcl-mode "Portfile\\'")
(fset 'yes-or-no-p 'y-or-n-p)
(add-hook 'find-file-hooks 'goto-address-prog-mode)
(setq goto-address-mail-face 'link)

(column-number-mode 1)

Expand Down
2 changes: 0 additions & 2 deletions init-term-mode.el
@@ -1,7 +1,5 @@
;; @see http://stackoverflow.com/questions/2886184/copy-paste-in-emacs-ansi-term-shell/2886539#2886539
(defun ash-term-hooks ()
;; url clickable
(goto-address-mode)
;; dabbrev-expand in term
(define-key term-raw-escape-map "/"
(lambda ()
Expand Down

0 comments on commit 051d541

Please sign in to comment.