about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-01-04T08·30+0100
committerVincent Ambo <tazjin@gmail.com>2018-01-04T08·30+0100
commit40abd164e6133e31e0437e4fa1adc0f3b8ba20d5 (patch)
treea0916949f2c8a759fd701fb99d3d4ab919ab8353 /init/custom.el
parentf7a4d401b8117f96142a17a29d65b1e69c152d5b (diff)
fix(custom): Fix Elnode file sending on NixOS
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el1
1 files changed, 1 insertions, 0 deletions
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)