all repos — nixfiles @ 31316b5b98a37b31508e9e4e4af409c2ad60ae95

System and user configuration, managed by nix and home-manager

xresources: Add compile-command for emacs
Alan Pearce alan@alanpearce.eu
Fri, 08 Sep 2017 21:43:18 +0200
commit

31316b5b98a37b31508e9e4e4af409c2ad60ae95

parent

2ccb787b935ed50590cb6889f8daf0b1a87d07b2

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M xresources/.xresources/mainxresources/.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: