diff options
author | bd <bdunahu@gmail.com> | 2024-01-04 14:56:54 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-04 14:56:54 -0700 |
commit | e216e5e4438577e5f73bf4abd3c0d0c9f145de45 (patch) | |
tree | 6b2c33c68428ff97b919723e243c07bef6f84973 /.config/emacs/bd-mode-and-themes.el | |
parent | e957457d00e3c16b04ae3bea76f7a5c044be26f6 (diff) |
Renamed system specific files, create hati.scm
Diffstat (limited to '.config/emacs/bd-mode-and-themes.el')
-rw-r--r-- | .config/emacs/bd-mode-and-themes.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el index 369b8cf..f83f740 100644 --- a/.config/emacs/bd-mode-and-themes.el +++ b/.config/emacs/bd-mode-and-themes.el @@ -50,10 +50,6 @@ "Formats the notification number.") (ednc-mode)) -(defun test () - (when (ednc-notifications) - (message "nice"))) - ;;;; time and date (setq display-time-format "%m/%d/%y %H:%M (%a)" display-time-default-load-average nil) |