Weekly commit
This commit is contained in:
parent
04c164e4f1
commit
f70ecacf6f
4 changed files with 9 additions and 4 deletions
6
emacs
6
emacs
|
@ -14,4 +14,8 @@
|
|||
|
||||
;; show line- and columnnumber
|
||||
(line-number-mode 1)
|
||||
(column-number-mode 1)
|
||||
(column-number-mode 1)
|
||||
|
||||
;; load viper mode
|
||||
(setq viper-mode t)
|
||||
(require 'viper)
|
||||
|
|
|
@ -7,3 +7,4 @@ include "/usr/share/X11/locale/en_US.UTF-8/Compose"
|
|||
<dead_circumflex> <x> : "[✘]"
|
||||
<dead_circumflex> <p> : "http_proxy=http://localhost:3128 "
|
||||
<dead_circumflex> <l> : "♥"
|
||||
<dead_circumflex> <n> : "♫"
|
||||
|
|
|
@ -35,7 +35,7 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
|
|||
#URxvt*tintColor: grey
|
||||
|
||||
# Colors
|
||||
URxvt*cursorColor: #6E8558
|
||||
#URxvt*cursorColor: #6E8558
|
||||
URxvt*background: #0e1310
|
||||
URxvt*foreground: #ffffff
|
||||
URxvt*colorBD: #FFFFFF
|
||||
|
@ -47,7 +47,7 @@ URxvt*color2: #6E8558
|
|||
URxvt*color3: #E7D78E
|
||||
URxvt*color4: #3465A4
|
||||
URxvt*color5: #CEA86F
|
||||
URxvt*color6: #FFFFFF
|
||||
URxvt*color6: #0099FF
|
||||
URxvt*color7: #FFFFFF
|
||||
URxvt*color8: #888888
|
||||
URxvt*color9: #D76666
|
||||
|
|
|
@ -38,7 +38,7 @@ Section "ServerLayout"
|
|||
EndSection
|
||||
|
||||
Section "ServerFlags"
|
||||
Option "DontZap" "on"
|
||||
Option "DontZap" "False"
|
||||
Option "AutoAddDevices" "False"
|
||||
Option "AllowEmptyInput" "False"
|
||||
EndSection
|
||||
|
|
Loading…
Add table
Reference in a new issue