summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2023-12-26 21:15:58 -0700
committerbd <bdunahu@gmail.com>2023-12-26 21:15:58 -0700
commitfdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (patch)
tree4024fdabcc64a39534d10bef9b508f2a75b0e8a6 /.config/emacs
parent0aff8e05ca1487c50e698d600d13f5c6a02b89a7 (diff)
Added non-functional home environment configuration.
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/bd-mode-and-themes.el3
-rw-r--r--.config/emacs/init.el2
2 files changed, 2 insertions, 3 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el
index 7f4104b..098b733 100644
--- a/.config/emacs/bd-mode-and-themes.el
+++ b/.config/emacs/bd-mode-and-themes.el
@@ -108,8 +108,7 @@ only in the selected buffer.")
(global-hl-line-mode 1)
;;;; true transparency
-(when (>= emacs-major-version 29)
- (add-to-list 'default-frame-alist '(alpha-background . 60)))
+(add-to-list 'default-frame-alist '(alpha-background . 60))
(defun set-frame-alpha (value)
"Sets the transparency of the frame background. 0=transparent/100=opaque"
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 71d6cdf..348cbc8 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -90,7 +90,7 @@ in-place, the old list reference does not remain valid."
(use-package newsticker
:demand t
- :bind (("C-z C-g" . newsticker-show-news)
+ :bind (("C-z C-n" . newsticker-show-news)
:map newsticker-treeview-item-mode-map
("C-j" . rip-video))
:custom