summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 725f7ae..821d5af 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1873,6 +1873,7 @@ completions, besides other IDE-like things.
 #+BEGIN_SRC emacs-lisp
   (use-package tern
 	:commands ap/enable-tern
+	:if (executable-find "tern")
 	:defer 5
 	:config (progn
 			  (setq tern-command (list (executable-find "tern")))