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