diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:19:44 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:23:27 +0200 |
commit | 44ffa9135ee7bc9549159e6ec0e5cf26679a8e76 (patch) | |
tree | d4c4fc66f04d30d74170f29d366c290bd71626a1 /emacs | |
parent | eec9a75edd232337c4016e073d27a99522204bfc (diff) | |
download | dotfiles-44ffa9135ee7bc9549159e6ec0e5cf26679a8e76.tar.gz dotfiles-44ffa9135ee7bc9549159e6ec0e5cf26679a8e76.tar.xz dotfiles-44ffa9135ee7bc9549159e6ec0e5cf26679a8e76.zip |
emacs: add user settings (name, email)
Diffstat (limited to '')
-rw-r--r-- | emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ (color-theme-alex-console) (color-theme-alex)) +;; user settings +(setq user-full-name "Alexander Sulfrian" + user-mail-address "alexander@sulfrian.net") ;; define F1 to display man page of the current word (global-set-key [(f1)] (lambda () (interactive) (manual-entry (current-word)))) |