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))