From 3a8a3203fec6d7a605229256f98cf5c6ba54e034 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 5 Apr 2019 14:09:11 +0200 Subject: [PATCH] Apply lv workaround for Spacemacs --- emacs/.spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 884162c..ba76b1c 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -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 ()