From 1fc410abacc38b79374478cb08d69dcd80ca4935 Mon Sep 17 00:00:00 2001 From: Ben Zwick Date: Sun, 8 Sep 2019 19:48:58 +0800 Subject: [PATCH] Move .nosearch to ./snippets subdirectory Otherwise the command normal-top-level-add-subdirs-to-load-path cannot be used to add yasnippet-snippets to the load-path. This way, the package yasnippet-snippets is made available but the actual snippets are not loaded as lisp code (which would cause an error). See also: 45a652e ("Create .nosearch", 2014-10-04) --- .nosearch => snippets/.nosearch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .nosearch => snippets/.nosearch (100%) diff --git a/.nosearch b/snippets/.nosearch similarity index 100% rename from .nosearch rename to snippets/.nosearch