sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #35694
Re: emacs config
farver (og andet) for emacs kan sættes op i brugers homedir i .Xdefaults.
se vedlagte
mvh
stig
Peter Gade Jensen wrote:
> Hvordan for man Emacs til at påføre User@host til documentet når det
> udskrives?
> Og så er min emacs osse ret kedelig da den kun er sort og hvid. Hvordan
> ændres det?
>
> /gade
! Parts (C) 1996 By Greg J. Badros <gjb@xxxxxxxxxxx>
! You may use this file as specified under the GNU General Public License
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! emacs, xemacs
emacs*Background: DarkSlateGrey
emacs*Foreground: Wheat
emacs*pointerColor: Red
emacs*cursorColor: Cyan
emacs*bitmapIcon: on
emacs*font: fixed
emacs*geometry: 90x27
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)
!Xterm*foreground: DarkSlateGreen
!Xterm*background: Wheat
!XTerm*highlightSelection: true
! Uncomment this to use color for the bold attribute
!XTerm*VT100*colorBDMode: on
!XTerm*VT100*colorBD: blue
! Uncomment this to use color for underline attribute
!XTerm.VT100*colorULMode: on
!XTerm.VT100*underLine: off
!XTerm*VT100*colorUL: magenta
! Uncomment this to display the scrollbar
!XTerm*scrollBar: true
xterm -fg yellow -bg darkgreen -geometry 80x30
! This resource specifies whether or not to ignore the 'alternate screen'
! of applications such as vi. When it is on, these applications will restore
! the contents of the screen when they are exited to what they were before
! they were started. When it is off, the contents of vi will remain on the
! screen after the program is quit.
XTerm.VT100.titeInhibit: true
! Uncomment this to turn off color mode in your xterms
XTerm.VT100*colorMode: on
XTerm.VT100*dynamicColors: on
! Number of lines of scrollback to save
XTerm*saveLines: 1500
xterm*reverseWrap: true
*visualBell: true
*scrollTtyOutput: False
*scrollKey: True
Scrollbar.JumpCursor: True
References