dot-emacs: Force buffer-file-coding-system to utf-8 for news articles.
[profile] / tigrc
CommitLineData
5d2b7dab
MW
1### tig config
2
3set tab-size = 8
4set show-rev-graph = yes
8af1d2ed 5set commit-encoding = UTF-8
5d2b7dab
MW
6
7color title-blur cyan blue
8color title-focus white blue bold
9
10color main-date red default
11color main-author magenta default bold
12color main-commit default default
13color main-delim green default bold
14color main-tag yellow default bold
15color main-ref cyan default bold
16
17color diff-header yellow default bold
18color diff-index default default bold
19color diff-chunk cyan default
20color diff-add green default bold
21color diff-del red default bold
22color diff-oldmode red default
23color diff-newmode green default
24color diff-copy-from red default
25color diff-copy-to green default
26color diff-rename-from red default
27color diff-rename-to green default
28##color diff-similarity
29##color diff-dissimilarity
30##color diff-tree
31
32color pp-author green default bold
33color pp-commit green default bold
34color pp-merge green default bold
35color pp-date green default bold
36color pp-adate green default bold
37color pp-cdate green default bold
38color pp-refs green default bold
39
40color commit green default
41color parent green default
42color tree green default
43color author green default
44color committer green default
45
46color signoff blue default
47color acked blue default