- Timestamp:
- 06/22/06 23:27:42 (2 years ago)
- Files:
-
- 1 modified
-
lib/Pugs/Doc/Hack.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Pugs/Doc/Hack.pod
r9375 r10834 285 285 286 286 There is a F<util/perl6.vim> Vim syntax file. There is an 287 F<util/cperl6-mode.el> Emacs mode. If you don't use it, then perl-mode 288 works better thancperl-mode.287 enhanced F<util/cperl-mode.el> Emacs mode. If you don't use it, 288 then original perl-mode works better than original cperl-mode. 289 289 290 290 Where applicable, conventions documented in Damian Conway's "Perl Best … … 304 304 indent-tabs-mode: nil 305 305 306 If you use Emacs with cperl6-mode, you can set these code conventions307 in your config file with:308 309 (add-hook 'cperl 6-mode-hook310 '(lambda () (cperl 6-set-style "Pugs")))306 If you use Emacs with the enhanced F<util/cperl-mode.el>, 307 you can set these code conventions in your config file with: 308 309 (add-hook 'cperl-mode-hook 310 '(lambda () (cperl-set-style "Pugs"))) 311 311 312 312 If you use BBEdit, you can configure it to auto-expand tabs like this:
