diff -r a2f8f3f1f0ef -r c0ac8ff63268 .emacs-my --- a/.emacs-my Wed Feb 10 19:51:06 2016 +0200 +++ b/.emacs-my Wed Feb 10 19:52:03 2016 +0200 @@ -927,6 +927,12 @@ ;; (add-hook 'find-file-hook #'make-frame-visible) (require 'ffap) +;; Ido makes appropriate binding. +;(ffap-bindings) +;; C-u C-x C-f finds the file at point +;(setq ffap-require-prefix t) +;; browse urls at point via w3m +;(setq ffap-url-fetcher 'w3m-browse-url) (setq find-file-existing-other-name t)