Emacs

markdown-modeがoutline-minor-modeをサポートしていた

たぶんずっとまえから。 (add-hook 'markdown-mode-hook '(lambda () (outline-minor-mode t))) 任意のヘッダの上にカーソルを置いて、TABで折りたたみ・展開される。

langtool.elの情報をポップアップ表示できるようにした

GitHub - mhayashi1120/Emacs-langtool: LanguageTool for Emacs は LanguageToolデスクトップ版をEmacsから使うためのElispで、ispell (aspell) と共に、英文を書く際にお世話になっている。標準の使い方だとlangtool-check-bufferでチェックプログラムを走…

EmacsのアスキーフォントをSource Code Proにした

Source Code ProはAdobeが提供するオープンソースフォント。Unicodeフォントはヒラギノ角ゴで。 (create-fontset-from-ascii-font "Source Code Pro-14:weight=normal:slant=normal" nil "codekakugo") (set-fontset-font "fontset-codekakugo" 'unicode (fo…

rst.elの色設定

rst.elはここにある。 灰色背景になって、章タイトルが見難い。 rst.elには (setq frame-background-mode 'dark) とすると、色が黒背景に対応したものに変わると書いてあるのだが、何か他の設定とバッティングしているのか上手くいかないので、全部手動で設…

夜明け色テーマ

GitHub - neomantic/Emacs-Sunburst-Color-Theme: A color theme for emacs based on Textmate's Sunburst color scheme http://blog.jdhuntington.com/2008/11/emacs-color-theme-blackboard.html GitHub - crafterm/twilight-emacs: Twilight Theme for Em…

図表モード

Emacsのpicture-modeとtable-modeが結構便利。 参考:http://www.bookshelf.jp/texi/emacs-man/21-3/jp/emacs_29.html#SEC357 参考:http://www.bookshelf.jp/soft/meadow_36.html#SEC519 参考:Table picture-modeはM-x picture-mode(or edit-picture)で入…

Emacs⁄Meadow基本リンク

日本語サイトのみ。 http://www.linux.or.jp/JF/JFdocs/Emacs-Beginner-HOWTO.html Emacsの概要、基本的な使い方。 Emacs クイックリファレンス 基本キーバインド。忘れた時にこっそり。 http://meadow.sourceforge.jp/cgi-bin/hiki.cgi Meadowに関するF&Q。…