Variable: timeclock-load-hook
timeclock-load-hook is a customizable variable defined in
timeclock.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hook that gets run after timeclock has been loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defcustom timeclock-load-hook nil
"Hook that gets run after timeclock has been loaded."
:type 'hook)