chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7810094
)
emacs: Add Timesheet magic.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 19 May 2008 14:49:09 +0000
(15:49 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 19 May 2008 15:01:24 +0000
(16:01 +0100)
emacs
patch
|
blob
|
blame
|
history
diff --git
a/emacs
b/emacs
index b1f17e198dc4fbaee557766507578820cfd72672..528656d77b93b6df06406935452ad999614e1df4 100644
(file)
--- a/
emacs
+++ b/
emacs
@@
-37,6
+37,9
@@
(maybe-autoload 'git-status "git" nil t)
(maybe-autoload 'git-blame-mode "git-blame" nil t)
(maybe-autoload 'stgit "stgit" nil t)
(maybe-autoload 'git-status "git" nil t)
(maybe-autoload 'git-blame-mode "git-blame" nil t)
(maybe-autoload 'stgit "stgit" nil t)
+(maybe-autoload 'nc-timesheet-prepare "nc-timesheet" nil t nil)
+(maybe-autoload 'nc-timesheet-submit "nc-timesheet" nil t nil)
+
(and (library-exists-p "vc-git")
(not (memq 'GIT vc-handled-backends))
(setq vc-handled-backends (cons 'GIT vc-handled-backends)))
(and (library-exists-p "vc-git")
(not (memq 'GIT vc-handled-backends))
(setq vc-handled-backends (cons 'GIT vc-handled-backends)))
@@
-343,6
+346,8
@@
(global-set-key [?\C-x ?t ?r] 'timeclock-reread-log)
(global-set-key [?\C-x ?t ?w] 'timeclock-workday-remaining-string)
(global-set-key [?\C-x ?t ?s] 'timeclock-status-string)
(global-set-key [?\C-x ?t ?r] 'timeclock-reread-log)
(global-set-key [?\C-x ?t ?w] 'timeclock-workday-remaining-string)
(global-set-key [?\C-x ?t ?s] 'timeclock-status-string)
+(global-set-key [?\C-x ?t ?p] 'nc-timesheet-prepare)
+(global-set-key [?\C-x ?t ?\C-m] 'nc-timesheet-submit)
(global-set-key [?\M-#] 'calc-dispatch)
(global-set-key [?\C-x ?/] 'auto-fill-mode)
(global-set-key [?\C-x ?w ?d] 'mdw-divvy-window)
(global-set-key [?\M-#] 'calc-dispatch)
(global-set-key [?\C-x ?/] 'auto-fill-mode)
(global-set-key [?\C-x ?w ?d] 'mdw-divvy-window)