mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
nil was already the default value, but let's put it here anyways
This commit is contained in:
parent
fae0a3506e
commit
4aacdd0ac5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue