From 25ab8561128828b6ea0cd827f85dbe98ae51978b Mon Sep 17 00:00:00 2001 From: mir Date: Tue, 23 Jan 2024 07:50:42 -0900 Subject: [PATCH] Disable a bunch of things that were overrated and broken i love you holo-layer but please not right now --- lisp/mitch-packages.el | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 12621cc..9904101 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1238,28 +1238,28 @@ This is redefined for use with `hypop' library because multiple Emacs frames may :elpaca (:url "https://gitlab.com/niklaseklund/dtache") :hook (after-init . dtache-setup)) -(if (display-graphic-p) - (unless (string= (getenv "XDG_SESSION_DESKTOP") "hyprland") - (progn - (add-to-list 'load-path "~/.local/src/holo-layer") - (require 'holo-layer) - (setq holo-layer-enable-cursor-animation t) - (setq holo-layer-cursor-color (face-attribute 'cursor :background)) - (setq holo-layer-cursor-animation-duration 100) - (holo-layer-enable)))) +;; (if (display-graphic-p) +;; (unless (string= (getenv "XDG_SESSION_DESKTOP") "hyprland") +;; (progn +;; (add-to-list 'load-path "~/.local/src/holo-layer") +;; (require 'holo-layer) +;; (setq holo-layer-enable-cursor-animation t) +;; (setq holo-layer-cursor-color (face-attribute 'cursor :background)) +;; (setq holo-layer-cursor-animation-duration 100) +;; (holo-layer-enable)))) -(use-package oauth - :elpaca (:fetcher codeberg - :repo "https://codeberg.org/martianh/emacs-oauth" - :url "https://codeberg.org/martianh/emacs-oauth") - :custom (oauth-nonce-function 'oauth-internal-make-nonce)) -;; (elpaca-wait) -(use-package tumblesocks - :elpaca (:fetcher codeberg - :repo "https://codeberg.org/gargle/tumblesocks" - :url "https://codeberg.org/gargle/tumblesocks") - :custom (tumblesocks-blog "mirqmarq428.tumblr.com") - ) +;; (use-package oauth +;; :elpaca (:fetcher codeberg +;; :repo "https://codeberg.org/martianh/emacs-oauth" +;; :url "https://codeberg.org/martianh/emacs-oauth") +;; :custom (oauth-nonce-function 'oauth-internal-make-nonce)) +;; ;; (elpaca-wait) +;; (use-package tumblesocks +;; :elpaca (:fetcher codeberg +;; :repo "https://codeberg.org/gargle/tumblesocks" +;; :url "https://codeberg.org/gargle/tumblesocks") +;; :custom (tumblesocks-blog "mirqmarq428.tumblr.com") +;; ) (use-package org-modern-indent :elpaca (:type git :host github :repo "jdtsmith/org-modern-indent")