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

ptk
 2006-05-29 23:17
#66602 #66602
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
[quote=frodus,28.05.2006, 19:22]@betterworld.
So viele Zeichen sind natürlich totale Verschwendung.  ;)
Also einfach in das .emacs File folgendes eintragen:
Code: (dl )
1
2
3
;; 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!
[/quote]
frodus++
Genial mnemonisch! Das ist sofort in meine .emacs gewandert...

View full thread Einrücken Perl unter Emacs