2010年9月8日水曜日

carbon emacs のyankの設定

バージョンアップしたら、wordとかからペーストしたときに 変な属性がつくようになってしまった。 これで解決。しかし、ダレトクな機能をデフォルトにしたもんだ。
(cond (window-system
       (setq x-select-enable-clipboard t)
       (setq yank-excluded-properties t)
       ))