diff options
| author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-15 16:55:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 16:55:56 -0400 |
| commit | 0d96b301573ae7db9a30df87f0570c5351764a47 (patch) | |
| tree | f2420946aab2b910150309a130b32f9a7dca3897 | |
| parent | Merge `rfc/5/package-manager-straight` branch to `stable` branch (diff) | |
| parent | Use `use-package`, install/load with `straight-use-package` (diff) | |
| download | mmosmacs-0d96b301573ae7db9a30df87f0570c5351764a47.tar.gz mmosmacs-0d96b301573ae7db9a30df87f0570c5351764a47.tar.bz2 mmosmacs-0d96b301573ae7db9a30df87f0570c5351764a47.zip | |
Merge `rfc/7/use-package` branch to `stable` branch
| -rw-r--r-- | init.el | 15 |
1 files changed, 13 insertions, 2 deletions
| @@ -5,9 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | ;; --------------------------------------------------------------------- | 7 | ;; --------------------------------------------------------------------- |
| 8 | ;;; Package Management | 8 | ;;; Package & Configuration Management |
| 9 | ;; ----------------------------------- | 9 | ;; ----------------------------------- |
| 10 | ;; MMOSMacs uses `straight.el' for package management. | 10 | ;; MMOSMacs uses `straight.el' for package management and `use-package' |
| 11 | ;; for configuration management to make things more consistent. | ||
| 11 | ;; --------------------------------------------------------------------- | 12 | ;; --------------------------------------------------------------------- |
| 12 | 13 | ||
| 13 | ;; --------------------------------- | 14 | ;; --------------------------------- |
| @@ -33,6 +34,16 @@ | |||
| 33 | 34 | ||
| 34 | 35 | ||
| 35 | ;; --------------------------------- | 36 | ;; --------------------------------- |
| 37 | ;; `use-package' | ||
| 38 | ;; ------------- | ||
| 39 | ;; This makes sure `use-package' is | ||
| 40 | ;; installed and loaded. | ||
| 41 | ;; --------------------------------- | ||
| 42 | |||
| 43 | (straight-use-package 'use-package) | ||
| 44 | |||
| 45 | |||
| 46 | ;; --------------------------------- | ||
| 36 | ;; Don't load outdated code | 47 | ;; Don't load outdated code |
| 37 | ;; ------------------------ | 48 | ;; ------------------------ |
| 38 | ;; MMOSMacs is under highly active | 49 | ;; MMOSMacs is under highly active |