maybe fixed gentoo site lisp for doom?

pull/2/head
Penguin 11 months ago
parent 0c06405e63
commit 7dd9b7c632

@ -48,7 +48,7 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
;; (package! spacemacs-theme :built-in 'built-in)
(package! spacemacs-theme :built-in 'prefer)
(package! helm-icons)
(package! helm-company)
(package! helm-make)

@ -103,7 +103,7 @@ shadow-ignore-shaped = false;
# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
# corner-radius = 8.0
# corner-radius = 5.0
# Exclude conditions for rounded corners.
@ -184,7 +184,7 @@ detect-client-opacity = true;
# refresh-rate = 0;
# Vertical synchronization: match the refresh rate of the monitor
vsync = false;
vsync = true;
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.

Loading…
Cancel
Save