mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
9 lines
199 B
EmacsLisp
9 lines
199 B
EmacsLisp
;;; -*- lexical-binding: t -*-
|
|
(use-package micromamba
|
|
:straight t
|
|
:if (executable-find "micromamba")
|
|
:config
|
|
(ignore-errors
|
|
(micromamba-activate "general")))
|
|
|
|
(provide 'sqrt-micromamba)
|