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")) :custom (elisp-autofmt-python-bin "/usr/bin/python3"))
;; Shell linting? ;; Shell linting?
(use-package flymake ;; (use-package flymake
:diminish ;; :ensure t
:custom ;; :diminish
(flymake-note-bitmap '(right-arrow compilation-info)) ;; :custom
(flymake-error-bitmap '(right-arrow compilation-info)) ;; (flymake-note-bitmap '(right-arrow compilation-info))
(flymake-warning-bitmap '(right-arrow compilation-info)) ;; (flymake-error-bitmap '(right-arrow compilation-info))
:hook (prog-mode . flymake-mode)) ;; (flymake-warning-bitmap '(right-arrow compilation-info))
;; :hook (prog-mode . flymake-mode))
;; Emacs startup profiling -- may not work with chemacs2 ;; Emacs startup profiling -- may not work with chemacs2
(use-package esup (use-package esup
@ -1263,9 +1264,9 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
(use-package nix-mode (use-package nix-mode
:mode "\\.nix") :mode "\\.nix")
(use-package yeetube ;; (use-package yeetube
:defer t ;; :defer t
:commands 'yeetube-search) ;; :commands 'yeetube-search)
(use-package super-hint (use-package super-hint
:ensure ( :type git :host github :ensure ( :type git :host github