diff options
author | Alan Pearce | 2017-09-08 21:43:18 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 21:43:18 +0200 |
commit | 31316b5b98a37b31508e9e4e4af409c2ad60ae95 (patch) | |
tree | 6506411b55ad20bc552f45b3555658ac67a6034a | |
parent | 2ccb787b935ed50590cb6889f8daf0b1a87d07b2 (diff) | |
download | dotfiles-31316b5b98a37b31508e9e4e4af409c2ad60ae95.tar.lz dotfiles-31316b5b98a37b31508e9e4e4af409c2ad60ae95.tar.zst dotfiles-31316b5b98a37b31508e9e4e4af409c2ad60ae95.zip |
xresources: Add compile-command for emacs
-rw-r--r-- | xresources/.xresources/main | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 43f8538..f8a7269 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -31,3 +31,7 @@ URxvt.letterSpace: 0 Emacs.Font: -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1 Emacs.fixed-pitch.attributeFont: -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1 Emacs.variable-pitch.attributeFont: -*-PT Sans-medium-r-*-*-14-*-*-*-*-*-*-* + +! Local Variables: +! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name)) +! End: |