.emacs-my
changeset 1555 1c42fc68bca9
parent 1554 42a48016fc5a
child 1556 835b8743f9d3
equal deleted inserted replaced
1554:42a48016fc5a 1555:1c42fc68bca9
  1080   )
  1080   )
  1081  )
  1081  )
  1082 
  1082 
  1083 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1083 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1084 (message "selecting/switching, creating/killing buffers, open file")
  1084 (message "selecting/switching, creating/killing buffers, open file")
  1085 (message "ido, ffap")
  1085 (message "ivy, ido, ffap")
  1086 
  1086 
  1087 ;; (add-hook 'find-file-hook #'make-frame-visible)
  1087 ;; (add-hook 'find-file-hook #'make-frame-visible)
  1088 
  1088 
  1089 (require 'ffap)
  1089 (require 'ffap)
  1090 ;; Ido makes appropriate binding.
  1090 ;; Ido makes appropriate binding.
  1093 ;(setq ffap-require-prefix t)
  1093 ;(setq ffap-require-prefix t)
  1094 ;; browse urls at point via w3m
  1094 ;; browse urls at point via w3m
  1095 ;(setq ffap-url-fetcher 'w3m-browse-url)
  1095 ;(setq ffap-url-fetcher 'w3m-browse-url)
  1096 
  1096 
  1097 (setq find-file-existing-other-name t)
  1097 (setq find-file-existing-other-name t)
       
  1098 
       
  1099 (setq ivy-use-virtual-buffers t)
  1098 
  1100 
  1099 (setq ido-enable-flex-matching t)
  1101 (setq ido-enable-flex-matching t)
  1100 
  1102 
  1101 (setq ido-use-filename-at-point 'guess)
  1103 (setq ido-use-filename-at-point 'guess)
  1102 (setq ido-use-url-at-point t)
  1104 (setq ido-use-url-at-point t)