Xresources: black background for all.

Emacs: Mediawiki snippet 'link'.
master
Ambrevar 2012-12-31 17:40:46 +01:00
parent d038f1e091
commit f8b243a33f
2 changed files with 9 additions and 2 deletions

View File

@ -83,8 +83,8 @@ URxvt*font : xft:Dejavu Sans Mono:pixelsize=14
!! color15 = bright white
!! Gnome style
URxvt*background: black
URxvt*foreground: #CCCCCC
*background: black
*foreground: #CCCCCC
URxvt.color0 : #000000
URxvt.color1 : #AA0000
URxvt.color2 : #00AA00

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# contributor: Mads D. Kristensen <madsdk@gmail.com>
# contributor : Bjorn Reese <breese@users.sourceforge.net>
# key: [[
# name: LaTeX Wiki link.
# --
[[LaTeX/$1|$1]]$0