Skip to content

Instantly share code, notes, and snippets.

@ainame
Created September 28, 2011 19:30
Show Gist options
  • Save ainame/1248971 to your computer and use it in GitHub Desktop.
Save ainame/1248971 to your computer and use it in GitHub Desktop.
(defun anything-filelist+ ()
"Preconfigured `anything' to open files/buffers/bookmarks instantly.
This is a replacement for `anything-for-files'.
See `anything-c-filelist-file-name' docstring for usage."
(interactive)
(anything-other-buffer
'(anything-c-source-ffap-line
anything-c-source-ffap-guesser
anything-c-source-buffers+
anything-c-source-recentf
anything-c-source-files-in-current-dir+
anything-c-source-bookmarks
anything-c-source-file-cache
anything-c-source-filelist)
"*anything file list*"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment