Disable hypop and hl-column because they cringe (sorry me)
This commit is contained in:
parent
2a9ba13596
commit
62c4649cd5
@ -1084,10 +1084,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
:custom
|
:custom
|
||||||
(power-mode-streak-shake-threshold nil))
|
(power-mode-streak-shake-threshold nil))
|
||||||
|
|
||||||
(use-package hypop
|
;; (use-package hypop
|
||||||
:if (display-graphic-p)
|
;; :if (display-graphic-p)
|
||||||
:elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
|
;; :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
|
||||||
:demand t)
|
;; :demand t)
|
||||||
;; (use-package vertico-posframe
|
;; (use-package vertico-posframe
|
||||||
;; :after vertico
|
;; :after vertico
|
||||||
;; :if (display-graphic-p)
|
;; :if (display-graphic-p)
|
||||||
@ -1106,20 +1106,20 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
(gnus-summary-prepare . gnus-summary-sort-by-most-recent-date)
|
(gnus-summary-prepare . gnus-summary-sort-by-most-recent-date)
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package hl-column
|
;; (use-package hl-column ; disabled because visual yuck
|
||||||
:if (display-graphic-p)
|
;; :if (display-graphic-p)
|
||||||
:config
|
;; :config
|
||||||
(defun hl-col-line-init ()
|
;; (defun hl-col-line-init ()
|
||||||
"Toggle both `hl-column-mode' and `hl-line-mode' in sync."
|
;; "Toggle both `hl-column-mode' and `hl-line-mode' in sync."
|
||||||
(interactive)
|
;; (interactive)
|
||||||
(hl-line-mode 'toggle)
|
;; (hl-line-mode 'toggle)
|
||||||
(hl-column-mode 'toggle))
|
;; (hl-column-mode 'toggle))
|
||||||
:custom-face
|
;; :custom-face
|
||||||
(hl-line
|
;; (hl-line
|
||||||
((t (:background "#101010"))))
|
;; ((t (:background "#101010"))))
|
||||||
(hl-column
|
;; (hl-column
|
||||||
((t (:inherit hl-line))))
|
;; ((t (:inherit hl-line))))
|
||||||
:hook (prog-mode . hl-col-line-init))
|
;; :hook (prog-mode . hl-col-line-init))
|
||||||
|
|
||||||
(use-package vidframe
|
(use-package vidframe
|
||||||
:if (display-graphic-p) ;we won't yet bother with
|
:if (display-graphic-p) ;we won't yet bother with
|
||||||
|
Loading…
Reference in New Issue
Block a user