Skip to content

Commit 4744361

Browse files
committed
Add melpa link
1 parent a39424a commit 4744361

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cask

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
(source gnu)
2-
(source marmalade)
32
(source melpa)
43

54
(depends-on "async")

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; based on https://www.braveclojure.com/basic-emacs/
44
;;
55
(package-initialize)
6-
6+
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
77
(setq inhibit-startup-screen t)
88

99
(defconst +home-dir+ "~")

0 commit comments

Comments
 (0)