I want to make different environment between Cocoa emacs and Aquamacs. They both read ~/.emacs, so I tried something like this.
(unless (symbolp 'aquamacs-version)
; code for emacs
)
But it doesn't seem to work.
How can I know if I run emacs or aquamacs?
I'd try (boundp 'aquamacs-version)
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With