emacs-config/elpa/cmake-font-lock-20200103.1702/cmake-font-lock-autoloads.el
2020-04-28 12:47:35 +02:00

33 lines
919 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; cmake-font-lock-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "cmake-font-lock" "cmake-font-lock.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from cmake-font-lock.el
(autoload 'cmake-font-lock-activate "cmake-font-lock" "\
Activate advanced CMake colorization.
To activate this every time a CMake file is opened, use the following:
(add-hook 'cmake-mode-hook 'cmake-font-lock-activate)
\(fn)" t nil)
(add-hook 'cmake-mode-hook 'cmake-font-lock-activate)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cmake-font-lock" '("cmake-font-lock-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; cmake-font-lock-autoloads.el ends here