Remove subsonic package
Stop setting magit projectile hooks to remove error
This commit is contained in:
parent
f85c00aa46
commit
bc6ed04ced
|
@ -43,7 +43,6 @@
|
|||
|
||||
# media-packages
|
||||
emms
|
||||
subsonic
|
||||
|
||||
# org-packages
|
||||
org-noter
|
||||
|
|
|
@ -451,9 +451,7 @@
|
|||
(magit-define-global-key-bindings nil)
|
||||
(magit-clone-default-directory "~/Projects/")
|
||||
(magit-commit-show-diff nil)
|
||||
(magit-commit-diff-inhibit-same-window t)
|
||||
:config
|
||||
(add-to-list 'project-switch-commands '(magit-project-status "Magit") t))
|
||||
(magit-commit-diff-inhibit-same-window t))
|
||||
|
||||
(use-package vertico
|
||||
:ensure t
|
||||
|
@ -716,13 +714,6 @@
|
|||
(add-hook 'emms-player-started-hook #'emms-show)
|
||||
(add-hook 'emms-player-paused-hook #'emms-show))
|
||||
|
||||
(use-package subsonic
|
||||
:commands subsonic
|
||||
:bind (("C-c n" . subsonic))
|
||||
:custom
|
||||
(subsonic-url "https://music.xenia.me.uk")
|
||||
(subsonic-enable-art t))
|
||||
|
||||
;;; Whitespace
|
||||
(defun crafted-writing-configure-whitespace (use-tabs &optional use-globally &rest enabled-modes)
|
||||
"Helper function to configure `whitespace' mode.
|
||||
|
|
|
@ -539,9 +539,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
(magit-define-global-key-bindings nil)
|
||||
(magit-clone-default-directory "~/Projects/")
|
||||
(magit-commit-show-diff nil)
|
||||
(magit-commit-diff-inhibit-same-window t)
|
||||
:config
|
||||
(add-to-list 'project-switch-commands '(magit-project-status "Magit") t))
|
||||
(magit-commit-diff-inhibit-same-window t))
|
||||
#+end_src
|
||||
** Completion
|
||||
*** Vertico
|
||||
|
@ -852,15 +850,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
(add-hook 'emms-player-paused-hook #'emms-show))
|
||||
#+END_SRC
|
||||
|
||||
** subsonic.el
|
||||
#+begin_src emacs-lisp :tangle yes
|
||||
(use-package subsonic
|
||||
:commands subsonic
|
||||
:bind (("C-c n" . subsonic))
|
||||
:custom
|
||||
(subsonic-url "https://music.xenia.me.uk")
|
||||
(subsonic-enable-art t))
|
||||
#+end_src
|
||||
* TODO Writing
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;;; Whitespace
|
||||
|
|
Loading…
Reference in a new issue