Add rust config

This commit is contained in:
Christopher Williams 2023-12-15 14:36:02 -05:00
parent e50a44e1dc
commit ec754acfad
2 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,9 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented. ;; they are implemented.
;; Bindings TODO Move to its own file
(map! "C-x C-f" #'consult-find)
(setq doom-font (font-spec :family "JetBrainsMono NF" :size 13)) (setq doom-font (font-spec :family "JetBrainsMono NF" :size 13))
;; lsp config ;; lsp config

View File

@ -49,6 +49,7 @@
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t) ;(unpin! t)
(package! multiple-cursors)
;; org-mode ;; org-mode
(unpin! org-roam) (unpin! org-roam)
@ -68,6 +69,7 @@
;; Modes ;; Modes
(package! literate-calc-mode) (package! literate-calc-mode)
(package! yaml-mode) (package! yaml-mode)
(package! json-mode)
(package! copilot (package! copilot
:recipe (:host github :repo "zerolfx/copilot.el" :files ("*.el" "dist"))) :recipe (:host github :repo "zerolfx/copilot.el" :files ("*.el" "dist")))