Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 4eb78c4

Browse files
authored
Remove custom elpa path (#150)
1 parent 5856c08 commit 4eb78c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/windows-bootstrap.el

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323

2424
(require 'package)
2525

26-
(setq user-emacs-directory (expand-file-name (make-temp-name ".emacs.d")
27-
"~")
28-
package-user-dir (expand-file-name (make-temp-name "tmp-elpa")
29-
user-emacs-directory))
30-
3126
(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
3227
("gnu" . "http://elpa.gnu.org/packages/")))
3328
(pkgs '(lsp-mode projectile project)))

0 commit comments

Comments
 (0)