在 nixos 中使用 telega 进行聊天

telega 是一个 emacs 上的 Telegram 客户端,在 nixos 中,telega 包过于老旧,在 unstable 中已经无了,下面尝试使用传统方法安装 telega。 下载源代码 1 2 cd ~/.emacs.d/site-lisp git clone git@github.com:zevlg/telega.el.git 参考文档进行配置 ...

2021年10月27日 · 728 words · rewine