diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el index ef197c9..35172e3 100644 --- a/init.el +++ b/init.el | |||
@@ -104,9 +104,7 @@ In short, DO NOT USE THIS FUNCTION!!!" | |||
104 | (s1-require (string-match require-regexp s1)) | 104 | (s1-require (string-match require-regexp s1)) |
105 | (s2-require (string-match require-regexp s2)) | 105 | (s2-require (string-match require-regexp s2)) |
106 | (s1-straight (string-match straight-regexp s1)) | 106 | (s1-straight (string-match straight-regexp s1)) |
107 | (s2-straight (string-match straight-regexp s2)) | 107 | (s2-straight (string-match straight-regexp s2))) |
108 | (s1-bare (not (or s1-require s1-straight))) | ||
109 | (s2-bare (not (or s2-require s2-straight)))) | ||
110 | (cond | 108 | (cond |
111 | ;; Straight forms require some weirdness | 109 | ;; Straight forms require some weirdness |
112 | ((and s1-straight s2-straight) | 110 | ((and s1-straight s2-straight) |