xyzzy NetInstaller
http://xyzzy.s53.xrea.com/wiki/?NetInstaller
;;;;;;; paren http://kitaj.no-ip.com/xyzzy/index.html#paren (require "paren") (turn-on-global-paren) (setq-default *paren-highlight-only-paren* nil) ;;; 対応の括弧だけをハイライト? (setq-default *paren-paren-attribute* '(:underline nil :bold t :foreground 1)) ;;; ハイライトのアトリビュート (setq *paren-show-not-visible-matched-paren* nil) ;;; 画面外の対応行をステータスラインに表示 ;;;;;;; clickable-uri(雑記帖) http://ohkubo.s53.xrea.com/xyzzy/#clickable-uri ;;(setq *clickable-uri-keyword-color* '(:color 2 0 :underline)) (setq *clickable-uri-keyword-color* '(:color 6 0 :bold )) (clickable-uri-set-regexp) ;; 設定変更を反映 ;;;;;;; explorer http://ohkubo.s53.xrea.com/xyzzy/#explorer ;;; (require "explorer") ;;; これは, site-lisp/ni-autoload/misc_notes/explorer.lで行われている