Created
January 6, 2010 15:59
-
-
Save akio0911/270356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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