author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 10 Feb 2016 19:52:03 +0200 | |
changeset 1330 | c0ac8ff63268 |
parent 1329 | a2f8f3f1f0ef |
child 1331 | 69f9d5bdbddd |
--- 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)