Browse Source

Clean up

master
Juan Placencia 4 years ago
parent
commit
0fab27c276
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      init.el

+ 5
- 5
init.el View File

@ -1,7 +1,7 @@
;; Set up straight.el
(setq
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))
@ -13,10 +13,10 @@
(goto-char (point-max))
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(straight-use-package 'use-package)
;; Load bootstrap.org for actual setup
(use-package org-contrib)
(org-babel-load-file
(locate-user-emacs-file (convert-standard-filename "uno/bootstrap.org")))
(use-package org-contrib
:config
(org-babel-load-file
(expand-file-name "uno/bootstrap.org" user-emacs-directory)))

Loading…
Cancel
Save