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.
This commit is contained in:
parent
11eed83d57
commit
536bdb40f3
2 changed files with 2 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue