doom: remove smudge (i haven't used spotify in a long time)

This commit is contained in:
earnest ma 2023-05-02 12:37:32 -04:00
parent 06410177db
commit fce8bda681
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
3 changed files with 0 additions and 14 deletions

View File

@ -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))

View File

@ -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

View File

@ -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)