Emacs: Don't make my/reformat-save local by default.

It is set to nil with `:local t`.
This commit is contained in:
tastytea 2020-12-05 14:20:44 +01:00
parent 399bc11b8c
commit 2b41312a29
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;;; global-variables.el --- Set some global variables. -*- lexical-binding: t; -*- ;;; global-variables.el --- Set some global variables. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-12-05T10:45:47+0100> ;; Time-stamp: <2020-12-05T14:20:19+0100>
;;; Commentary: ;;; Commentary:
;; * Banish customizations. ;; * Banish customizations.
@ -57,8 +57,7 @@
"Make changes to the buffer on save. "Make changes to the buffer on save.
If t, run `whitespace-cleanup', `clang-format-buffer' and so on." If t, run `whitespace-cleanup', `clang-format-buffer' and so on."
:type 'boolean :type 'boolean
:safe #'booleanp :safe #'booleanp)))
:local t)))
(provide 'basics/global-variables) (provide 'basics/global-variables)
;;; global-variables.el ends here ;;; global-variables.el ends here