adding dev environment stuff

This commit is contained in:
2025-11-25 11:22:55 -05:00
parent 69aeca9282
commit 7ea4b2fe8b
3 changed files with 319 additions and 1 deletions

11
init.el
View File

@@ -209,7 +209,13 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages nil))
'(package-selected-packages
'(ag all-the-icons company consult-projectile dap-mode doom-modeline
embark-consult evil-collection flycheck general gruvbox-theme
helpful hydra lsp-mode lsp-ui magit marginalia
modern-cpp-font-lock orderless org-bullets org-modern
rainbow-delimiters slime slime-company smartparens treemacs
treemacs-projectile vertico yasnippet yasnippet-snippets)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
@@ -227,3 +233,6 @@
:hook (org-mode . rh/org-mode-setup)
:config
(setq org-agenda-files (directory-files-recursively "~/org" "\\.org$")))
;; Development Environment ------------------------------------------------------
(load (expand-file-name "dev-settings.el" user-emacs-directory))