Apply lv workaround for Spacemacs
This commit is contained in:
parent
a7b80f6724
commit
3a8a3203fe
|
@ -458,6 +458,7 @@ This function is called immediately after `dotspacemacs/init', before layer
|
||||||
configuration.
|
configuration.
|
||||||
It is mostly for variables that should be set before packages are loaded.
|
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."
|
If you are unsure, try setting them in `dotspacemacs/user-config' first."
|
||||||
|
(load-file "~/.emacs.d/lv.el"); lv workaround
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun dotspacemacs/user-load ()
|
(defun dotspacemacs/user-load ()
|
||||||
|
|
Loading…
Reference in New Issue