style: remove unnecessary sections
This commit is contained in:
parent
8f89e52db6
commit
d0c3ca87a4
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;; Code:
|
|
||||||
;; Place your private configuration here! Remember, you do not need to run 'doom
|
;; Place your private configuration here! Remember, you do not need to run 'doom
|
||||||
;; sync' after modifying this file!
|
;; sync' after modifying this file!
|
||||||
|
|
||||||
|
@ -8,9 +7,9 @@
|
||||||
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||||
;; clients, file templates and snippets.
|
;; clients, file templates and snippets.
|
||||||
(setq
|
(setq
|
||||||
user-full-name "Infinidoge"
|
user-full-name "Infinidoge"
|
||||||
user-mail-address "infinidoge@doge-inc.net"
|
user-mail-address "infinidoge@doge-inc.net"
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
||||||
;; are the three important ones:
|
;; are the three important ones:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue