diff options
author | bd <bdunahu@colostate.edu> | 2024-03-12 21:41:28 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-12 21:41:28 -0600 |
commit | 396d0e461555de52214f5224e4ff5716766283ca (patch) | |
tree | 676370fb37cffa317386ba1b0d8f12a68064a28d /.config/emacs/init.el | |
parent | a47be8d8fb668a825ef24e192a015c51c44f4963 (diff) |
Exchange `winner mode' for `tab-bar-history-mode, add time script
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 98eea04..f30cca8 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -25,6 +25,7 @@ (start-process-shell-command "picom" nil "picom") (start-process-shell-command "bg" nil "set-bg") (start-process-shell-command "xrate" nil "xset r rate 250 70") +(start-process-shell-command "status" nil "time-getter") ;;;; configure packages |