Disable a bunch of things that were overrated and broken

i love you holo-layer but please not right now
This commit is contained in:
mir 2024-01-23 07:50:42 -09:00
parent 23f4cf5205
commit 25ab856112

View File

@ -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")