summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2023-12-27 17:54:41 -0700
committerbd <bdunahu@gmail.com>2023-12-27 17:54:41 -0700
commitb36934f19c62430195278316b5e7ac7b2e66572a (patch)
tree754bf34d78ba4badd4ae2bd3cd4531f006b51274 /.config
parentfdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (diff)
Functional home configuration
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/bd-mode-and-themes.el3
l---------.config/guix/current1
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el
index 098b733..cf346eb 100644
--- a/.config/emacs/bd-mode-and-themes.el
+++ b/.config/emacs/bd-mode-and-themes.el
@@ -108,7 +108,8 @@ only in the selected buffer.")
(global-hl-line-mode 1)
;;;; true transparency
-(add-to-list 'default-frame-alist '(alpha-background . 60))
+;; (add-to-list 'default-frame-alist '(alpha-background . 60))
+(set-frame-parameter (selected-frame) 'alpha '(72 . 72))
(defun set-frame-alpha (value)
"Sets the transparency of the frame background. 0=transparent/100=opaque"
diff --git a/.config/guix/current b/.config/guix/current
deleted file mode 120000
index 4d350ac..0000000
--- a/.config/guix/current
+++ /dev/null
@@ -1 +0,0 @@
-/var/guix/profiles/per-user/bdunahu/current-guix \ No newline at end of file