Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeph committed Sep 25, 2021
1 parent 84c7937 commit 65c61e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.el
Expand Up @@ -615,8 +615,7 @@ surrounding paragraph."
(add-to-list 'package-archives '("gnu" . (concat proto "://elpa.gnu.org/packages/")))))

;; Disable org’s ELPA packages
(setq package-load-list '(all
(org nil)))
(setq package-load-list '(all (org nil)))

;; org-elpa
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
Expand Down

0 comments on commit 65c61e4

Please sign in to comment.