diff options
author | bd <bdunahu@gmail.com> | 2023-12-26 21:15:58 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2023-12-26 21:15:58 -0700 |
commit | fdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (patch) | |
tree | 4024fdabcc64a39534d10bef9b508f2a75b0e8a6 /.config/emacs/init.el | |
parent | 0aff8e05ca1487c50e698d600d13f5c6a02b89a7 (diff) |
Added non-functional home environment configuration.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |