diff options
-rw-r--r-- | init.el | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1088,6 +1088,21 @@ | |||
1088 | 1088 | ||
1089 | 1089 | ||
1090 | ;; --------------------------------- | 1090 | ;; --------------------------------- |
1091 | ;; Racket + SICP | ||
1092 | ;; ------------- | ||
1093 | ;; The Wizard Book | ||
1094 | ;; --------------------------------- | ||
1095 | |||
1096 | ;; Racket | ||
1097 | (use-package racket-mode | ||
1098 | :straight t) | ||
1099 | |||
1100 | ;; SICP | ||
1101 | (use-package sicp | ||
1102 | :straight t) | ||
1103 | |||
1104 | |||
1105 | ;; --------------------------------- | ||
1091 | ;; sh / Bash | 1106 | ;; sh / Bash |
1092 | ;; ---------- | 1107 | ;; ---------- |
1093 | ;; Scripts for POSIX Shell and Bash. | 1108 | ;; Scripts for POSIX Shell and Bash. |