Thread Einrücken Perl unter Emacs (28 answers)
Opened by Demian at 2006-05-25 18:28

frodus
 2006-05-28 21:22
#66600 #66600
User since
2003-09-26
147 Artikel
BenutzerIn
[default_avatar]
@betterworld.
So viele Zeichen sind natürlich totale Verschwendung.  ;)
Also einfach in das .emacs File folgendes eintragen:
Code: (dl )
1
2
3
4
;; use the cperl-mode instead of the perl-mode
(defalias 'perl-mode 'cperl-mode)
;; define a shortcut for indent region
(global-set-key (kbd "C-c <tab>") 'indent-region)


Und schon sind es nur noch 3 Tasten!

Gruss,

Frodus

View full thread Einrücken Perl unter Emacs