diff options
author | Case Duckworth | 2021-09-27 18:17:30 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-27 18:17:30 -0500 |
commit | 0fbccf6e9b718eaab80269cbf3fe70f23ba5e69e (patch) | |
tree | 0a5bf9d0a2308bc67e44d88f0510d6f884d67a21 | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-0fbccf6e9b718eaab80269cbf3fe70f23ba5e69e.tar.gz emacs-0fbccf6e9b718eaab80269cbf3fe70f23ba5e69e.zip |
Remove unneeded variables
-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) |