anything-find-file の先頭に良く使うファイルパスを追加 

(defvar anything-c-source-my-emacs-path
  '((name . "Emacs-Setting")
    (candidates . ("~/.emacs"))
    (action . find-file)
    (type .file)
    )
)

http://d.hatena.ne.jp/troter/20100220/1266683598
こちらのanything-find-file-additional-sources-at-first
の先頭にanything-c-source-my-emacs-pathを追加。
これだけのためにどんだけ時間かかったことやら。