cmake/debian/cmake-mode-pkg.el.in
2021-09-17 18:15:49 +02:00

5 lines
132 B
EmacsLisp

;;; -*- no-byte-compile: t -*-
(define-package "cmake-mode" "@VERSION@" "major-mode for editing CMake sources"
'((emacs "24.1"))
)