nil was already the default value, but let's put it here anyways

This commit is contained in:
Benson Chu 2023-03-17 16:33:12 -05:00
parent fae0a3506e
commit 4aacdd0ac5

View file

@ -189,7 +189,8 @@
;; For some reason, rustic is causing weird dialogue issues on
;; puppet's computer.
(when (not my/puppet-p)
(use-package rustic))
(use-package rustic)
(setq rustic-use-rust-save-some-buffers nil))
#+end_src
* golang
#+begin_src emacs-lisp