From: Amin Bandali Date: Fri, 20 May 2022 02:07:06 +0000 (-0400) Subject: Import cmake-mode.el and add cmake-font-lock submodule X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/b5fccd8fa317a5bf02bab8b6644a700b470ce824?hp=b5fccd8fa317a5bf02bab8b6644a700b470ce824 Import cmake-mode.el and add cmake-font-lock submodule * .emacs.d/init.el: require cmake-mode and cmake-font-lock. * .emacs.d/lisp/cmake-mode.el: Import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/9daa244e9904e3d80afa149c927a01413e2a6cd0/Auxiliary/cmake-mode.el into .emacs.d/lisp/ under the 3-clause BSD license. ---