RsST-mode の設定
見出しレベルを設定する rst-adjust のキーバインドが動かなかった。anything があるからといっていちいち M-x rst-adjust なんてやってられないので自分でキーバインドを設定してみた。
(global-set-key "\C-c=" 'rst-adjust)
これで一応解決できたみたい。
配布元のソースコードを見てみたら Mac のコンソール上では動かないというようなことが書かれていたので、そういうことなんだと思う。
;; The adjustment function that adorns or rotates a section title. (rst-define-key map [?\C-c ?\C-=] 'rst-adjust [?\C-c ?\C-a t]) (rst-define-key map [?\C-=] 'rst-adjust) ; Does not work on the Mac OSX and ; on consoles.