Installed black from apt.

This commit is contained in:
Julien Palard 2023-11-23 22:26:38 +01:00
parent 2aa53bd9d3
commit 729003065c
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 1 additions and 6 deletions

View File

@ -18,12 +18,6 @@
(server-start)
(setq exec-path (append exec-path '("/home/mdk/.local/bin")))
(setenv "PATH" ; This is so blacken-mode can find black in ~/.local/bin/
(concat
(getenv "PATH") path-separator
(getenv "HOME") "/.local/bin/"
))
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("org" . "https://orgmode.org/elpa/")
("melpa" . "https://melpa.org/packages/")))

View File

@ -20,6 +20,7 @@ Then add sid (for firefox, at least):
```bash
apt install \
bash-completion \
black \
dnsutils \
ecryptfs-utils \
emacs-gtk \