xresources: Add compile-command for emacs
1 file changed, 4 insertions(+), 0 deletions(-)
jump to
M xresources/.xresources/main → xresources/.xresources/main
@@ -31,3 +31,7 @@ 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: