diff options
author | Alan Pearce | 2014-05-08 17:37:24 +0100 |
---|---|---|
committer | Alan Pearce | 2014-05-08 17:38:34 +0100 |
commit | 1530babebc6bef08bf379dac15613cb2f5c50949 (patch) | |
tree | b93f765f9f57f2d74f453039325313863388dbc7 /host-prefect | |
parent | 260cd39d8665cb11f7429a1a65a5eca1209b96b6 (diff) | |
download | dotfiles-1530babebc6bef08bf379dac15613cb2f5c50949.tar.lz dotfiles-1530babebc6bef08bf379dac15613cb2f5c50949.tar.zst dotfiles-1530babebc6bef08bf379dac15613cb2f5c50949.zip |
Fix xresources include
xrdb should be now run as `xrdb -I$HOME/.xresources -merge ~/.Xresources`
Diffstat (limited to 'host-prefect')
-rw-r--r-- | host-prefect/Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-prefect/Xresources b/host-prefect/Xresources index eb45787..b8cb7f0 100644 --- a/host-prefect/Xresources +++ b/host-prefect/Xresources @@ -1,4 +1,4 @@ -#include ".xresources/main" +#include "main" Emacs.Font: -*-Droid Sans Mono-medium-*-*-*-*-120-*-*-*-*-*-* Emacs.fixed-pitch.attributeFont: -*-Droid Sans Mono-medium-*-*-*-*-120-*-*-*-*-*-* |