Procházet zdrojové kódy

Disable persistent highlighting

Josh Bicking před 5 roky
rodič
revize
d23d10e3bd
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      spacemacs/.spacemacs

+ 4 - 1
spacemacs/.spacemacs

@@ -59,7 +59,10 @@ values."
    ;; wrapped in a layer. If you need some configuration for these
    ;; packages, then consider creating a layer. You can also put the
    ;; configuration in `dotspacemacs/user-config'.
-   dotspacemacs-additional-packages '()
+   dotspacemacs-additional-packages
+   '(
+     evil-search-highlight-persist
+     )
    ;; A list of packages that cannot be updated.
    dotspacemacs-frozen-packages '()
    ;; A list of packages that will not be installed and loaded.