Don't byte-compile neotree (#161)

This prevents the byte-compiler from trying to expand neotree-make-executor at
compile time when neotree might not be available.

Fixes #158.
This commit is contained in:
Justin Burkett 2018-06-28 11:32:21 -04:00 committed by Pierre Neidhardt
parent 66bcb19839
commit ffdf3ea0da
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
;;; evil-collection-neotree.el --- Evil bindings for neotree -*- lexical-binding: t -*-
;;; evil-collection-neotree.el --- Evil bindings for neotree -*- lexical-binding: t; no-byte-compile: t; -*-
;; Copyright (C) 2017 Pierre Neidhardt