X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Fcustom.el;fp=misc%2Fcustom.el;h=0000000000000000000000000000000000000000;hp=05d4948560ff5b57fe94cc07e6747a46255dfcb7;hb=7a6cd49101201e207daf7113a9048193835cebaf;hpb=320320a1c8681f2d8258a03dd087b3aed18b48a1 diff --git a/misc/custom.el b/misc/custom.el deleted file mode 100644 index 05d4948..0000000 --- a/misc/custom.el +++ /dev/null @@ -1,12 +0,0 @@ -(custom-set-variables - '(paren-mode (quote sexp) nil (paren)) - '(column-number-mode t) - '(pending-delete-mode nil nil (pending-del)) - '(line-number-mode t) - '(mouse-yank-at-point t) - '(font-lock-mode t nil (font-lock)) -) -(custom-set-faces - '(cperl-nonoverridable-face ((((class color) (background light)) (:foreground "steelblue")))) - '(cperl-array-face ((((class color) (background light)) (:foreground "Blue" :background "black" :bold t)))) - '(cperl-hash-face ((((class color) (background light)) (:foreground "Red" :background "black" :bold t :italic t)))))