From e9975d5247f4c0c9a28edd28c881c5194ec49cf1 Mon Sep 17 00:00:00 2001 From: mir Date: Fri, 25 Oct 2024 13:10:29 -0800 Subject: [PATCH] disable flymake and yeetube because borken --- init.el | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/init.el b/init.el index 7a9ba02..dcc0679 100644 --- a/init.el +++ b/init.el @@ -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