disable flymake and yeetube because borken

This commit is contained in:
mir 2024-10-25 13:10:29 -08:00
parent 3996ec5605
commit e9975d5247

21
init.el
View File

@ -990,13 +990,14 @@ Return nil if DIR is not in a hugo project at all."
:custom (elisp-autofmt-python-bin "/usr/bin/python3"))
;; Shell linting?
(use-package flymake
:diminish
:custom
(flymake-note-bitmap '(right-arrow compilation-info))
(flymake-error-bitmap '(right-arrow compilation-info))
(flymake-warning-bitmap '(right-arrow compilation-info))
:hook (prog-mode . flymake-mode))
;; (use-package flymake
;; :ensure t
;; :diminish
;; :custom
;; (flymake-note-bitmap '(right-arrow compilation-info))
;; (flymake-error-bitmap '(right-arrow compilation-info))
;; (flymake-warning-bitmap '(right-arrow compilation-info))
;; :hook (prog-mode . flymake-mode))
;; Emacs startup profiling -- may not work with chemacs2
(use-package esup
@ -1263,9 +1264,9 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
(use-package nix-mode
:mode "\\.nix")
(use-package yeetube
:defer t
:commands 'yeetube-search)
;; (use-package yeetube
;; :defer t
;; :commands 'yeetube-search)
(use-package super-hint
:ensure ( :type git :host github