;; Sample minimal .emacs file ;; place in your home directory ;; %*%*%*%*% ATTENTION %*%*%*%*%*% ;; this file be named .emacs in order for emacs to recognize (and load) it (setq show-paren-style 'parenthesis show-paren-delay 0 (show-paren-mode t) (global-font-lock-mode t) (setq scheme-program-name "racket")