summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
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