From 40abd164e6133e31e0437e4fa1adc0f3b8ba20d5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 4 Jan 2018 09:30:08 +0100 Subject: fix(custom): Fix Elnode file sending on NixOS --- init/custom.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init/custom.el') diff --git a/init/custom.el b/init/custom.el index 85423e0ae5..7921d0a4a2 100644 --- a/init/custom.el +++ b/init/custom.el @@ -10,6 +10,7 @@ '(custom-safe-themes (quote ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" default))) + '(elnode-send-file-program "/run/current-system/sw/bin/cat") '(frame-brackground-mode (quote dark)) '(global-auto-complete-mode t) '(helm-split-window-in-side-p t) -- cgit 1.4.1