Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はしばらくの間Emacs23を使用していて、それが本当にクールなエディターだと思います。しかし、カーソル(またはEmacsの用語ではポイント)が「小さなブラックボックス」であることに満足していません。geditやメモ帳のように細い直線にしたいです。これを行う方法について何か提案はありますか?
これを .emacs ファイルに追加します。
(setq-default cursor-type 'bar)