Klimi's new dotfiles with stow.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

48 rader
1.3 KiB

;;; parseclj-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "parseclj" "parseclj.el" (0 0 0 0))
;;; Generated autoloads from parseclj.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj" '("parseclj-")))
;;;***
;;;### (autoloads nil "parseclj-ast" "parseclj-ast.el" (0 0 0 0))
;;; Generated autoloads from parseclj-ast.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj-ast" '("parseclj-ast-")))
;;;***
;;;### (autoloads nil "parseclj-lex" "parseclj-lex.el" (0 0 0 0))
;;; Generated autoloads from parseclj-lex.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj-lex" '("parseclj-lex-")))
;;;***
;;;### (autoloads nil "parseclj-parser" "parseclj-parser.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from parseclj-parser.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj-parser" '("parseclj-")))
;;;***
;;;### (autoloads nil nil ("parseclj-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; parseclj-autoloads.el ends here