From fce8bda6811803d5c4df09355b36eff3ec50298a Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 2 May 2023 12:37:32 -0400 Subject: [PATCH] doom: remove smudge (i haven't used spotify in a long time) --- doom/.config/doom/+smudge.el | 12 ------------ doom/.config/doom/config.el | 1 - doom/.config/doom/packages.el | 1 - 3 files changed, 14 deletions(-) delete mode 100644 doom/.config/doom/+smudge.el diff --git a/doom/.config/doom/+smudge.el b/doom/.config/doom/+smudge.el deleted file mode 100644 index d18777a..0000000 --- a/doom/.config/doom/+smudge.el +++ /dev/null @@ -1,12 +0,0 @@ -;;; ../../.dotfiles/doom/.config/doom/+smudge.el -*- lexical-binding: t; -*- -(use-package! smudge - ;; Do not load and error if credentials are not set - ;; if client secret is bound, then client id should be fine as well - ;; in $DOOM_DIR/.local.el: - ;; (setq smudge-oauth2-client-id "" - ;; smudge-oauth2-client-secret "") - :if (boundp 'smudge-oauth2-client-secret) - :config - (global-smudge-remote-mode) - - (map! :map smudge-mode-map "M-p" #'smudge-command-map)) diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index d0f44a0..30c898a 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -14,7 +14,6 @@ (load! "+ui") ; theme, font, and appearance tweaks (load! "+projects") ; project-related -(load! "+smudge") ; spotify (load! "+ess") ; ess, R (load! "+mail") ; mu4e diff --git a/doom/.config/doom/packages.el b/doom/.config/doom/packages.el index 5540655..87db55e 100644 --- a/doom/.config/doom/packages.el +++ b/doom/.config/doom/packages.el @@ -52,7 +52,6 @@ (package! evil-tutor) (package! focus) (package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe") -(package! smudge :pin "9e3488f485b7d7f3c97ebaad34ed552bb0cc228a") (package! speed-type :pin "304cb8cd6c30d07577d7d864fd32858a29a73dba") (package! pinentry) (package! redacted)