Removed comment
This commit is contained in:
parent
c98f556493
commit
47b63df236
1 changed files with 0 additions and 5 deletions
5
init.el
5
init.el
|
|
@ -3,11 +3,6 @@
|
|||
;;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`.
|
||||
;; Most users will not need or want to do this.
|
||||
;; (add-to-list 'package-archives
|
||||
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
(org-babel-load-file
|
||||
(expand-file-name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue