Преглед на файлове

Disable persistent highlighting

Josh Bicking преди 5 години
родител
ревизия
d23d10e3bd
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  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.