TopicTracker
出典 borretti.me原文を表示
翻訳言語翻訳言語

NixによるアドホックなEmacsパッケージ

数行のコードでアドホックなEmacsパッケージを作成する方法を紹介します。Nixを使用することで、一時的なEmacs拡張を簡単に構築・管理できます。

関連記事

  • Python virtual environments allow developers to isolate project dependencies. This guide explains how to create and use virtual environments to manage Python packages separately for different projects.