Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created January 6, 2010 15:59
Show Gist options
  • Save akio0911/270356 to your computer and use it in GitHub Desktop.
Save akio0911/270356 to your computer and use it in GitHub Desktop.
;; for changelog memo
(setq user-full-name "akio0911")
(setq user-mail-address "[email protected]")
(defun memo ()
(interactive)
(add-change-log-entry
nil
(expand-file-name "~/Dropbox/changelog.txt")))
(define-key ctl-x-map "M" 'memo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment