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) (server-start)
(setq exec-path (append exec-path '("/home/mdk/.local/bin"))) (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/") (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("org" . "https://orgmode.org/elpa/") ("org" . "https://orgmode.org/elpa/")
("melpa" . "https://melpa.org/packages/"))) ("melpa" . "https://melpa.org/packages/")))

View File

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