doom: remove smudge (i haven't used spotify in a long time)
parent
06410177db
commit
fce8bda681
|
@ -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))
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue