Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

  1. ;;; free-keys-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "free-keys" "free-keys.el" (0 0 0 0))
  7. ;;; Generated autoloads from free-keys.el
  8. (autoload 'free-keys "free-keys" "\
  9. Display free keys in current buffer.
  10. A free key is a key that has no associated key-binding as
  11. determined by function `key-binding'.
  12. By default, keys on `free-keys-keys' list with no prefix sequence
  13. are considered, possibly together with modifier keys from
  14. `free-keys-modifiers'. You can change the prefix sequence by
  15. hitting 'p' in the *Free keys* buffer. Prefix is supplied in
  16. format recognized by `kbd', for example \"C-x\".
  17. \(fn &optional PREFIX BUFFER)" t nil)
  18. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "free-keys" '("free-keys-")))
  19. ;;;***
  20. ;; Local Variables:
  21. ;; version-control: never
  22. ;; no-byte-compile: t
  23. ;; no-update-autoloads: t
  24. ;; coding: utf-8
  25. ;; End:
  26. ;;; free-keys-autoloads.el ends here