Browse Source

Formatting

master
Juan Placencia 3 years ago
parent
commit
6c426860c2
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      init.el

+ 5
- 5
init.el View File

@ -1,15 +1,15 @@
;; Set up straight.el
(setq
straight-profiles `((nil . ,(expand-file-name "straight.lock.el" user-emacs-directory)))
straight-use-package-by-default t)
straight-profiles `((nil . ,(expand-file-name "straight.lock.el" user-emacs-directory)))
straight-use-package-by-default t)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
(bootstrap-version 5))
(unless (file-exists-p bootstrap-file)
(with-current-buffer
(url-retrieve-synchronously
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
'silent 'inhibit-cookies)
(url-retrieve-synchronously
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
'silent 'inhibit-cookies)
(goto-char (point-max))
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))

Loading…
Cancel
Save