(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. '(auto-compression-mode t nil (jka-compr)) '(cua-mode nil) '(current-language-environment "UTF-8") '(global-font-lock-mode t nil (font-core)) '(scroll-bar-mode (quote right)) '(show-paren-mode t nil (paren)) '(transient-mark-mode t)) '(auto-compression-mode t nil (jka-compr)) '(cua-mode t nil (cua-base)) '(scroll-bar-mode (quote right)) '(show-paren-mode t nil (paren)) (setq inhibit-startup-message t) (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. ) (add-to-list 'load-path "~/elisp")