Guest User

Untitled

a guest
Jan 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. (defun my-anything-apropos ()
  2. (interactive)
  3. (require 'anything-config)
  4. (anything
  5. :prompt "Info about: "
  6. :candidate-number-limit 5
  7. :sources '(anything-c-source-emacs-commands
  8. anything-c-source-emacs-functions
  9. anything-c-source-emacs-variables
  10. anything-c-source-info-emacs
  11. anything-c-source-info-elisp
  12. anything-c-source-info-gnus
  13. anything-c-source-info-org
  14. anything-c-source-info-cl
  15. anything-c-source-emacs-source-defun)))
Add Comment
Please, Sign In to add comment