jdtsmith / indent-bars

Fast, configurable indentation guide-bars for Emacs
GNU General Public License v3.0
343 stars 14 forks source link

Does not work for emacs-mac #30

Closed fu123456 closed 10 months ago

fu123456 commented 10 months ago

It does not work well in my emacs-mac. I install emacs-mac by

brew tap railwaycat/emacsmacport
brew install emacs-mac

I try to do M-x emacs-version, it shows

GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2023-08-17

I enable "indent-bar-mode", but it does not change any thing.

jdtsmith commented 10 months ago

You are not running emacs-mac. It should say Carbon, not NS.

fu123456 commented 10 months ago

Yes. I now use emacs-mac from https://github.com/railwaycat/homebrew-emacsmacport/releases . It does work! Thanks a lot.