FIX warnings for conda and docker

This commit is contained in:
Nathan Dwarshuis 2021-12-05 12:46:16 -05:00
parent f2fe0dac87
commit d194dff430
1 changed files with 3 additions and 0 deletions

View File

@ -898,6 +898,7 @@ End rant.
Oh yes, and to get linting to work, also install r-lintr in the conda environment. In general it seems better and less risky to install things from =conda= rather than from within an R session.
#+begin_src emacs-lisp
(nd/require-bin "conda")
(nd/when-bin "conda"
(use-package ess
:straight t
@ -1540,6 +1541,8 @@ No custom code here, but flycheck needs =sqlint= (a ruby gem).
:ID: ce24b075-ede6-4d6c-81db-4c6aa40e4fd0
:END:
#+BEGIN_SRC emacs-lisp
(nd/require-bin "docker")
(nd/when-bin "docker"
(use-package dockerfile-mode
:straight t))