cmake-mode.el: Make cmake-tab-width a customizable variable
This commit is contained in:
parent
3ecdddfc35
commit
f12b899f4e
|
@ -228,7 +228,9 @@ the indentation. Otherwise it retains the same position on the line"
|
|||
;;
|
||||
;; Indentation increment.
|
||||
;;
|
||||
(defvar cmake-tab-width 2)
|
||||
(defcustom cmake-tab-width 2
|
||||
"Number of columns to indent cmake blocks"
|
||||
:type 'integer)
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue