Emacs: combine user variables
This commit is contained in:
parent
e242d3500a
commit
550e2fe1cc
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@
|
|||
;; finally load it
|
||||
(load custom-file)
|
||||
|
||||
;; set name and password
|
||||
(setq user-full-name "Marcel Kapfer")
|
||||
(setq user-mail-address "me@mmk2410.org")
|
||||
;; set name and e-mail
|
||||
(setq user-full-name "Marcel Kapfer"
|
||||
user-mail-address "opensource@mmk2410.org")
|
||||
|
||||
;; y/n instead of yes/no for confirm questions
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
|
Loading…
Reference in a new issue