.emacs-my
changeset 1438 57d7478f265d
parent 1437 22f5b3cdf40f
child 1439 6fc6ce787711
equal deleted inserted replaced
1437:22f5b3cdf40f 1438:57d7478f265d
  1027 ;; ido-ignore-files
  1027 ;; ido-ignore-files
  1028 
  1028 
  1029 (unless
  1029 (unless
  1030     (ignore-errors
  1030     (ignore-errors
  1031       (require 'ido)
  1031       (require 'ido)
  1032       (ido-mode 1)
  1032       (ido-mode 1)                      ; (ido-everywhere 'both)
  1033       (global-set-key [?\s-d] #'ido-dired)
  1033       (global-set-key [?\s-d] #'ido-dired)
  1034       (global-set-key [?\s-f] #'ido-find-file)
  1034       (global-set-key [?\s-f] #'ido-find-file)
  1035       t)
  1035       t)
  1036   (global-set-key [?\s-d] #'dired)
  1036   (global-set-key [?\s-d] #'dired)
  1037   (global-set-key [?\s-f] #'find-file))
  1037   (global-set-key [?\s-f] #'find-file))