LionyxML / auto-dark-emacs

Auto-Dark-Emacs is an auto changer between 2 themes, dark/light, following MacOS, Linux or Windows Dark Mode settings
GNU General Public License v2.0
140 stars 34 forks source link

Check for window system on macOS before using AppleScript #39

Closed ascarter closed 8 months ago

ascarter commented 8 months ago

Check that window system is ns (GNUStep or macOS Cocoa) before using AppleScript. If auto-dark-allow-osascript is true, this will now work for macOS terminal.

Fixes issue #37