Added emacs prelude and config

This commit is contained in:
TuDatTr
2018-01-09 04:06:05 +01:00
parent 87a671756a
commit 505d3526b8
1129 changed files with 308314 additions and 5398 deletions

View File

@@ -0,0 +1,30 @@
/* XPM */
static char * dropdown_xpm[] = {
"10 24 3 1",
" c None s backgroundToolBarColor",
". c #292C29",
"+ c #B3B3B3",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . ",
" ... ... ",
" ...... ",
" .... ",
" .. ",
" ++ ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};