diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/.Xresources | 1 | ||||
-rw-r--r-- | root/.vimrc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/root/.Xresources b/root/.Xresources index a6216a7..6dd1c7b 100644 --- a/root/.Xresources +++ b/root/.Xresources @@ -3,3 +3,4 @@ xterm*foreground: white xterm*faceName:terminus:pixelsize=14 XTerm.VT100.color4: CornflowerBlue XTerm*selectToClipboard: true +X48*connectionFont:-*-fixed-medium-r-normal-*-12-*-*-*-*-*-iso8859-1 diff --git a/root/.vimrc b/root/.vimrc index 561f717..e1fd270 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -231,3 +231,5 @@ autocmd FileType python set tabstop=2 autocmd FileType python set shiftwidth=2 set guifont=terminus\ 12 + +let g:rust_recommended_style = 0 |