From 47238aad0478cdaa4da65c9d1627a274482e9f79 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Thu, 24 Mar 2022 22:01:35 -0400 Subject: [PATCH] speed-type package --- doom/.config/doom/config.el | 3 +++ doom/.config/doom/packages.el | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index 0ba51da..bb47dce 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -57,6 +57,9 @@ (setq which-key-idle-delay 0.25) (setq company-idle-delay 0.1) +;; speed-type +(use-package! speed-type) + ;; load (load! "+projects") (load! "+smudge") diff --git a/doom/.config/doom/packages.el b/doom/.config/doom/packages.el index 5149527..fe835ad 100644 --- a/doom/.config/doom/packages.el +++ b/doom/.config/doom/packages.el @@ -48,6 +48,8 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) +(package! speed-type :pin "5ef695f7159aa1f20c7c9e55f0c39bcdacce8d21") + (package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe") (package! smudge :pin "9e3488f485b7d7f3c97ebaad34ed552bb0cc228a") (package! wakatime-mode :pin "0f94ac2dd4fa125fc5f152700779edce75a6b03b")