Add rust config
This commit is contained in:
parent
e50a44e1dc
commit
ec754acfad
|
|
@ -75,6 +75,9 @@
|
|||
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||
;; 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))
|
||||
|
||||
;; lsp config
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||
;(unpin! t)
|
||||
|
||||
(package! multiple-cursors)
|
||||
;; org-mode
|
||||
(unpin! org-roam)
|
||||
|
||||
|
|
@ -68,6 +69,7 @@
|
|||
;; Modes
|
||||
(package! literate-calc-mode)
|
||||
(package! yaml-mode)
|
||||
(package! json-mode)
|
||||
|
||||
(package! copilot
|
||||
:recipe (:host github :repo "zerolfx/copilot.el" :files ("*.el" "dist")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue