2013-06-05から1日間の記事一覧

Emacs で auto-complete の色を変更する

Emacs の auto-complete で色を変更するのには下記のオプションが使用できる。 (set-face-background 'ac-completion-face "#333333") (set-face-foreground 'ac-candidate-face "#666666") (set-face-background 'ac-selection-face "#666666")しかし、これ…