From ec754acfad7c0089e55e559fb58c32f558c3dba2 Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Fri, 15 Dec 2023 14:36:02 -0500 Subject: [PATCH] Add rust config --- config.el | 3 +++ packages.el | 2 ++ 2 files changed, 5 insertions(+) diff --git a/config.el b/config.el index 0cd6b66..f1cc27a 100644 --- a/config.el +++ b/config.el @@ -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 diff --git a/packages.el b/packages.el index 5410e60..1e5c538 100644 --- a/packages.el +++ b/packages.el @@ -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")))