これを解除したかったので、以下のように.emacs に書き加えました。
(setq quack-remap-find-file-bindings-p nil)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(load "quack") | |
(setq quack-pretty-lambda-p t) | |
(setq quack-remap-find-file-bindings-p nil) | |
(custom-set-variables | |
'(quack-default-program scheme-program-name) | |
'(quack-fontify-style (quote plt)) | |
'(quack-pretty-lambda-p t) | |
'(quack-programs (quote ("ironscheme.console.exe" "'scheme-program-name" "bigloo" "csi" "csi -hygienic" "gauche" "gosh" "gsi" "gsi ~~/syntax-case.scm -" "guile" "kawa" "mit-scheme" "mred -z" "mzscheme" "mzscheme -M | |
errortrace" "mzscheme3m" "mzschemecgc" "rs" "scheme" "scheme-program-name" "scheme48" "scsh" "sisc" "stklos" "sxi"))) | |
'(quack-run-scheme-always-prompts-p t) | |
'(quack-smart-open-paren-p nil)) |
0 件のコメント:
コメントを投稿