-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
16 lines (16 loc) · 989 Bytes
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(cua-mode t nil (cua-base))
'(inhibit-startup-screen t)
'(quack-programs (quote ("C:/Racket/Racket.exe" "C:\\Program Files\\Racket\\Racket.exe" "\"C:\\Program Files\\Racket\\Racket.exe\"" "bigloo" "csi" "csi -hygienic" "gosh" "gsi" "gsi ~~/syntax-case.scm -" "guile" "kawa" "mit-scheme" "mred -z" "mzscheme" "mzscheme -M errortrace" "mzscheme -il r6rs" "mzscheme -il typed-scheme" "mzscheme3m" "mzschemecgc" "rs" "scheme" "scheme48" "scsh" "sisc" "stklos" "sxi")))
'(tool-bar-mode nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)