diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-01-04T08·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-01-04T08·30+0100 |
commit | 40abd164e6133e31e0437e4fa1adc0f3b8ba20d5 (patch) | |
tree | a0916949f2c8a759fd701fb99d3d4ab919ab8353 /init/custom.el | |
parent | f7a4d401b8117f96142a17a29d65b1e69c152d5b (diff) |
fix(custom): Fix Elnode file sending on NixOS
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el index 85423e0ae5b3..7921d0a4a2b5 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) |