Put my/reformat-save into group “my”.

This commit is contained in:
tastytea 2020-12-13 19:04:05 +01:00
parent a24a8814db
commit da4ff546c7

View File

@ -53,7 +53,8 @@
"Make changes to the buffer on save.
If t, run `whitespace-cleanup', `clang-format-buffer' and so on."
:type 'boolean
:safe #'booleanp)
:safe #'booleanp
:group 'my)
(defun my/set-garbage-collection-threshold ()
"Set garbage collection threshold to final value."
(let ((multiplier 2))