From f1f9aba6104b054c77c0dcacb7c9ed38c20745f3 Mon Sep 17 00:00:00 2001 From: odave Date: Thu, 26 Mar 2020 13:55:58 +0000 Subject: +user variables section to personal config --- doom.d/config/personal.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3-13-gbd6f