diff options
author | Yuchen Pei <id@ypei.org> | 2025-06-02 22:52:58 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-06-02 22:52:58 +1000 |
commit | 35f625d5b081607c1ab7de25a670745c1ba6434c (patch) | |
tree | f4f5e65a3fd2aac31c5d2859c29afc1870e0993b /emacs/.emacs.d/init/ycp-time.el | |
parent | 17a89a2e1612f82fcfe2b2fd292f1973f885b3a0 (diff) |
[emacs] Add belf-recent-mode
It displays a subset of books that have been opened recently in emacs.
Diffstat (limited to 'emacs/.emacs.d/init/ycp-time.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-time.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init/ycp-time.el b/emacs/.emacs.d/init/ycp-time.el index f98a9cd..f21061c 100644 --- a/emacs/.emacs.d/init/ycp-time.el +++ b/emacs/.emacs.d/init/ycp-time.el @@ -83,7 +83,7 @@ (holiday-fixed 1 26 "Australia Day (Vic holiday)") (holiday-float 3 1 2 "Labour Day (Vic holiday)") (holiday-fixed 4 25 "Anzac Day (Vic holiday)") - (holiday-float 6 1 2 "Monarch's Birthday (Vic oliday)") + (holiday-float 6 1 2 "Monarch's Birthday (Vic holiday)") (holiday-fixed 6 30 "End of financial year") (holiday-float 9 5 -1 "(Possibly) Friday before the AFL Grand Final (Vic holiday)") (holiday-float 10 5 1 "(Possibly) Friday before the AFL Grand Final (Vic holiday)") @@ -123,7 +123,7 @@ (setq appt-display-interval 5) ;; dbus notification of appt (require 'my-time) - (setq appt-disp-window-function #'my-app-display-window) + (setq appt-disp-window-function #'my-appt-display-window) ;; with org-agenda-to-appt (require 'org-clock) (require 'my-utils) |