aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doom.d/config/personal.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/doom.d/config/personal.org b/doom.d/config/personal.org
index e5a75ed..76b62af 100644
--- a/doom.d/config/personal.org
+++ b/doom.d/config/personal.org
@@ -1,7 +1,13 @@
#+TITLE: Personal module
* Preclude
-Personal functionality that aid my workflow or are just cool.
+Personal functionality or variables that aid my workflow or are just cool.
+* Variables
+Some user variables
+#+BEGIN_SRC elisp
+(setq user-full-name "Aryadev Chavali"
+ user-mail-address "aryadevchavali1@gmail.com")
+#+END_SRC
* Reload
Reload the doom session by brute force fully loading the "config.el" file in the
doom private directory.