rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 195 forks source link

Add some checks for mac-specific code #57

Closed shankar2k closed 3 years ago

shankar2k commented 3 years ago

I am using Nano Emacs on Windows 10 and I notice that some of the defaults you chose would cause some problems, like making the shell default to zsh. I wrapped some of these in an os check. I also changed (setq tab-width 4) to use setq-default, because the former doesn't do appear to do anything on my machine.

rougier commented 3 years ago

Nice, thank you !