Old fix
This commit is contained in:
parent
063666c5a2
commit
24a98d8848
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
|
@ -1,5 +1,7 @@
|
|||
;;; -*- lexical-binding: t; -*-
|
||||
(require 'package)
|
||||
;;https://github.com/wbolster/emacs-direnv/issues/85
|
||||
(setenv "PATH" (mapconcat 'identity exec-path ":")) ;;fixes direnv losing nix pkgs
|
||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
|
||||
;; Comment/uncomment this line to enable MELPA Stable if desired.
|
||||
;; See `package-archive-priorities` and `package-pinned-packages`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue