Klimi's new dotfiles with stow.
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.
 
 
 
 
 
 

27 lines
661 B

;;; 2048-game-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "2048-game" "2048-game.el" (0 0 0 0))
;;; Generated autoloads from 2048-game.el
(autoload '2048-game "2048-game" "\
Start playing 2048.
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "2048-game" '("2048-" "in-bounds" "*2048-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; 2048-game-autoloads.el ends here