Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created April 18, 2009 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocharles/97695 to your computer and use it in GitHub Desktop.
Save ocharles/97695 to your computer and use it in GitHub Desktop.
(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-auto-newline t)
'(cperl-brace-offset -4)
'(cperl-close-paren-offset -4)
'(cperl-continued-statement-offset 4)
'(cperl-indent-level 4)
'(cperl-indent-parens-as-block t)
'(cperl-under-as-char t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment