+full name and email-address to emacs
This commit is contained in:
@@ -11,6 +11,13 @@ My configuration for vanilla Emacs
|
|||||||
#+LATEX: \clearpage
|
#+LATEX: \clearpage
|
||||||
|
|
||||||
* Initial
|
* Initial
|
||||||
|
** Who am I?
|
||||||
|
Set full name and mail address for use in a variety of applications,
|
||||||
|
including encryption (ooooo);
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq user-full-name "Aryadev Chavali"
|
||||||
|
user-mail-address "aryadev@aryadevchavali.com")
|
||||||
|
#+END_SRC
|
||||||
** Setup straight
|
** Setup straight
|
||||||
Bootstrap of straight (from github)
|
Bootstrap of straight (from github)
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user