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 \