adding dev environment stuff
This commit is contained in:
11
init.el
11
init.el
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user