diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T20·17+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T20·17+0100 |
commit | 536bdb40f3a7700a4d9774196cad099875adbab3 (patch) | |
tree | f80de542f1a11f8420be00853f3c209fdd98700d /init/custom.el | |
parent | 11eed83d5762c148b3a22402eb99a3bd800509d1 (diff) |
fix(lisp): Don't set any Sly-mrepl hook settings
For some reason the Sly-mrepl hooks aren't available until a REPL has actually been launched once. There doesn't seem to be a library that I can require to fix it, either, so until I have time to figure it out it stays commented out.
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/custom.el b/init/custom.el index 28618b5322c7..d91afb668c9c 100644 --- a/init/custom.el +++ b/init/custom.el @@ -14,7 +14,6 @@ '(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) '(helm-split-window-inside-p t) '(kubernetes-commands-display-buffer-function (quote display-buffer)) '(magit-log-show-gpg-status t) |