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:
parent
23f4cf5205
commit
25ab856112
@ -1238,28 +1238,28 @@ This is redefined for use with `hypop' library because multiple Emacs frames may
|
|||||||
:elpaca (:url "https://gitlab.com/niklaseklund/dtache")
|
:elpaca (:url "https://gitlab.com/niklaseklund/dtache")
|
||||||
:hook (after-init . dtache-setup))
|
:hook (after-init . dtache-setup))
|
||||||
|
|
||||||
(if (display-graphic-p)
|
;; (if (display-graphic-p)
|
||||||
(unless (string= (getenv "XDG_SESSION_DESKTOP") "hyprland")
|
;; (unless (string= (getenv "XDG_SESSION_DESKTOP") "hyprland")
|
||||||
(progn
|
;; (progn
|
||||||
(add-to-list 'load-path "~/.local/src/holo-layer")
|
;; (add-to-list 'load-path "~/.local/src/holo-layer")
|
||||||
(require 'holo-layer)
|
;; (require 'holo-layer)
|
||||||
(setq holo-layer-enable-cursor-animation t)
|
;; (setq holo-layer-enable-cursor-animation t)
|
||||||
(setq holo-layer-cursor-color (face-attribute 'cursor :background))
|
;; (setq holo-layer-cursor-color (face-attribute 'cursor :background))
|
||||||
(setq holo-layer-cursor-animation-duration 100)
|
;; (setq holo-layer-cursor-animation-duration 100)
|
||||||
(holo-layer-enable))))
|
;; (holo-layer-enable))))
|
||||||
|
|
||||||
(use-package oauth
|
;; (use-package oauth
|
||||||
:elpaca (:fetcher codeberg
|
;; :elpaca (:fetcher codeberg
|
||||||
:repo "https://codeberg.org/martianh/emacs-oauth"
|
;; :repo "https://codeberg.org/martianh/emacs-oauth"
|
||||||
:url "https://codeberg.org/martianh/emacs-oauth")
|
;; :url "https://codeberg.org/martianh/emacs-oauth")
|
||||||
:custom (oauth-nonce-function 'oauth-internal-make-nonce))
|
;; :custom (oauth-nonce-function 'oauth-internal-make-nonce))
|
||||||
;; (elpaca-wait)
|
;; ;; (elpaca-wait)
|
||||||
(use-package tumblesocks
|
;; (use-package tumblesocks
|
||||||
:elpaca (:fetcher codeberg
|
;; :elpaca (:fetcher codeberg
|
||||||
:repo "https://codeberg.org/gargle/tumblesocks"
|
;; :repo "https://codeberg.org/gargle/tumblesocks"
|
||||||
:url "https://codeberg.org/gargle/tumblesocks")
|
;; :url "https://codeberg.org/gargle/tumblesocks")
|
||||||
:custom (tumblesocks-blog "mirqmarq428.tumblr.com")
|
;; :custom (tumblesocks-blog "mirqmarq428.tumblr.com")
|
||||||
)
|
;; )
|
||||||
|
|
||||||
(use-package org-modern-indent
|
(use-package org-modern-indent
|
||||||
:elpaca (:type git :host github :repo "jdtsmith/org-modern-indent")
|
:elpaca (:type git :host github :repo "jdtsmith/org-modern-indent")
|
||||||
|
Loading…
Reference in New Issue
Block a user