Skip to content

Commit

Permalink
refactor: remove the disclaimer on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent d6ba81b commit 6c545b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/me-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ This list is automatically constructed from the environment variables
(defconst os/win (and (memq system-type '(cygwin windows-nt ms-dos)) t) "Non-nil on Windows systems.")
(defconst os/mac (eq system-type 'darwin) "Non-nil on MacOS systems.")

(when os/win
(message "[DISCLAIMER]: MINEMACS HAS NOT BEEN TESTED ON WINDOWS, YOU SHOULD INVESTIGATE THE ISSUES YOU FACE!"))

(defconst sys/arch (intern (car (split-string system-configuration "-")))
"The system's architecture read from `system-configuration'.
It return a symbol like `x86_64', `aarch64', `armhf', ...")
Expand Down

0 comments on commit 6c545b6

Please sign in to comment.