diff options
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/cmake-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index 190fdf5..52f2d41 100644 --- a/Auxiliary/cmake-mode.el +++ b/Auxiliary/cmake-mode.el @@ -28,6 +28,7 @@ ;; (require 'rst) +(require 'rx) (defcustom cmake-mode-cmake-executable "cmake" "*The name of the cmake executable. |