diff options
-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)))) |