Apply lv workaround for Spacemacs

This commit is contained in:
coolneng 2019-04-05 14:09:11 +02:00
parent a7b80f6724
commit 3a8a3203fe
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ This function is called immediately after `dotspacemacs/init', before layer
configuration.
It is mostly for variables that should be set before packages are loaded.
If you are unsure, try setting them in `dotspacemacs/user-config' first."
(load-file "~/.emacs.d/lv.el"); lv workaround
)
(defun dotspacemacs/user-load ()