From cd734d9a27b28ae2ba68ca5acf945c9bc1b94b1d Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Fri, 31 Mar 2023 10:40:22 -0400 Subject: Install lsp packages for IDE support Now I have an IDE!!! Look at: https://emacs-lsp.github.io/lsp-mode/ for information and such - will contain the necessary out-links to anything else I'll need :) --- .emacs.d/packages.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.emacs.d/packages.el') diff --git a/.emacs.d/packages.el b/.emacs.d/packages.el index a625f5b..04b7eea 100644 --- a/.emacs.d/packages.el +++ b/.emacs.d/packages.el @@ -1,8 +1,13 @@ +;; file of desired packages +;; for easier evaluation and reading (straight-use-package 'org) (straight-use-package 'elpher) (straight-use-package 'visual-fill-column) (straight-use-package 'markdown-mode) - +(straight-use-package 'lsp-mode) +(straight-use-package 'company) +(straight-use-package 'flycheck) +(straight-use-package 'yasnippet) ;; custom recipes (straight-use-package '(moe-theme :host github :repo "kuanyui/moe-theme.el" -- cgit v1.2.3-54-g00ecf