Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Emacs

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Thu Aug 04, 2005 11:29 am    Post subject: Emacs Reply with quote

You can specify some default colors by putting the following lines in your '~/.emacs' file:

(set-background-color "black")
(set-foreground-color "white")
(set-face-foreground 'modeline "black")
(set-face-background 'modeline "forestgreen")
(set-face-background 'highlight "purple")
(set-face-background 'region "orangered")
(set-cursor-color "green")
(setq tab-width 1)

The options speak (hopefully) for themselves.

Switch to perl mode

To put emacs in perl mode type the following sequence:

ECS x perl-mode
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group