mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
No rustic on puppet's computer
This commit is contained in:
parent
0f482a8af1
commit
7516a66cb2
2 changed files with 5 additions and 2 deletions
|
|
@ -176,7 +176,10 @@
|
|||
#+begin_src emacs-lisp
|
||||
(use-package cargo)
|
||||
(use-package rust-mode)
|
||||
(use-package rustic)
|
||||
;; For some reason, rustic is causing weird dialogue issues on
|
||||
;; puppet's computer.
|
||||
(when (not my/puppet-p)
|
||||
(use-package rustic))
|
||||
#+end_src
|
||||
* golang
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
2
elpa
2
elpa
|
|
@ -1 +1 @@
|
|||
Subproject commit 12404b743b4f301fd6275c2854f9faab1b54dcdf
|
||||
Subproject commit e7d39f67c0268587dccfc005955574d3063bc2bd
|
||||
Loading…
Reference in a new issue