From 729003065cdf1e40f698df85205629f978ff9a73 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 23 Nov 2023 22:26:38 +0100 Subject: [PATCH] Installed black from apt. --- .emacs.d/init.el | 6 ------ README.md | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 09280bb..7c14604 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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/"))) diff --git a/README.md b/README.md index 81fbf44..03dc257 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Then add sid (for firefox, at least): ```bash apt install \ bash-completion \ + black \ dnsutils \ ecryptfs-utils \ emacs-gtk \