Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created May 31, 2011 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iorionda/999693 to your computer and use it in GitHub Desktop.
Save iorionda/999693 to your computer and use it in GitHub Desktop.
ChangeLog save on my Dropbox
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ChangeLog Memo
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun memo()
(interactive)
(setq memo-file-path "~/Dropbox/memo/ChangeLogMemo.txt")
(add-change-log-entry
nil
(expand-file-name memo-file-path)))
(global-set-key "\C-cm" 'memo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment