Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed May 22, 2022
1 parent 36146cb commit e94fd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publish.el
@@ -1,8 +1,8 @@
(require 'package)
(package-initialize)
(setq package-archive-contents '(("org" . "https://orgmode.org/elpa/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")
("melpa" . "https://melpa.org/packages/")))
(setq package-archives '(("org" . "https://orgmode.org/elpa/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")
("melpa" . "https://melpa.org/packages/")))
(package-refresh-contents)
(dolist (pkg '(dash projectile org-contrib yaml-mode htmlize))
(unless (package-installed-p pkg)
Expand Down

0 comments on commit e94fd72

Please sign in to comment.