LoginSignup
4
4

More than 5 years have passed since last update.

MavericksでもEmacsでIMEと仲良くしたい

Posted at

EmacsでIMEと仲良くする - Qiita [キータ]

この記事に Mac で IME の有効無効でカーソルの色を変えるという記事を書きましたが,Mavericks では入力ソースから US を消すことができないので Google 日本語入力の直接入力を OFF にする人が大半だと思います

そういう人におすすめの設定です

cocoa-emacs-ime.el
(mac-set-input-method-parameter "com.google.inputmethod.Japanese.base" `cursor-color "red")
(mac-set-input-method-parameter "com.apple.keylayout.US" `cursor-color "blue")
4
4
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4