From 05c1f209df0d0d1171301e4afac64ca1650f3c93 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 26 Feb 2021 13:46:47 -0500 Subject: [PATCH] LSP.el pt ii --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 4ad46a9..01530ee 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -314,7 +314,8 @@ (use-package treemacs-magit :after (treemacs magit)) -(require 'lsp) +(if (file-directory-p "~/.emacs.d/custom") + (require 'lsp)) (progn (setq whitespace-style '(face spaces tabs newline space-mark tab-mark newline-mark))