(package-initialize)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(load "~/emacs/init" nil t)
(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.
 '(cperl-close-paren-offset -4)
 '(cperl-continued-statement-offset 4)
 '(cperl-indent-level 4)
 '(cperl-indent-parens-as-block t)
 '(package-selected-packages (quote (groovy-mode))))
(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.
 '(cperl-array-face ((t (:foreground "LightSalmon"))))
 '(cperl-hash-face ((t (:foreground "PaleGreen1"))))
 '(font-lock-builtin-face ((((type tty) (class color)) (:foreground "lightred" :weight light)) (nil (:foreground "LightSteelBlue"))))
 '(font-lock-comment-face ((((class color) (background dark)) (:foreground "yellow1"))))
 '(font-lock-constant-face ((((type tty) (class color)) (:foreground "light green")) (nil (:foreground "Aquamarine"))))
 '(font-lock-function-name-face ((((type tty) (class color)) (:foreground "lightcyan")) (nil (:foreground "LightSkyBlue"))))
 '(font-lock-keyword-face ((((type tty) (class color)) (:foreground "CadetBlue2")) (nil (:foreground "Cyan"))))
 '(font-lock-string-face ((((class color) (background dark)) (:foreground "lemon chiffon"))))
 '(font-lock-type-face ((((type tty) (class color)) (:foreground "LawnGreen")) (nil (:foreground "PaleGreen"))))
 '(vhdl-font-lock-function-face ((((class color) (background dark)) (:foreground "medium spring green")))))
