Skip to content

Commit

Permalink
First cut at major refactor; add docstrings/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Mar 26, 2017
1 parent 2fdb6ac commit 2cd29b8
Show file tree
Hide file tree
Showing 2 changed files with 1,041 additions and 272 deletions.
6 changes: 6 additions & 0 deletions bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
(inhibit-message t))
(byte-recompile-directory straight-dir 0)))
(require 'straight)
(straight--reset-caches)
(when (and after-init-time straight--finalization-guaranteed)
(setq straight--reinit-in-progress t))
(setq straight--finalization-guaranteed nil)
(straight-use-package '(straight :fetcher github
:repo "raxod502/straight.el"))

0 comments on commit 2cd29b8

Please sign in to comment.