summary refs log tree commit diff stats
path: root/xresources
diff options
context:
space:
mode:
authorAlan Pearce2017-09-08 21:43:18 +0200
committerAlan Pearce2017-09-08 21:43:18 +0200
commit31316b5b98a37b31508e9e4e4af409c2ad60ae95 (patch)
tree6506411b55ad20bc552f45b3555658ac67a6034a /xresources
parent2ccb787b935ed50590cb6889f8daf0b1a87d07b2 (diff)
downloaddotfiles-31316b5b98a37b31508e9e4e4af409c2ad60ae95.tar.lz
dotfiles-31316b5b98a37b31508e9e4e4af409c2ad60ae95.tar.zst
dotfiles-31316b5b98a37b31508e9e4e4af409c2ad60ae95.zip
xresources: Add compile-command for emacs
Diffstat (limited to 'xresources')
-rw-r--r--xresources/.xresources/main4
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: