Having an alias confuses my tiny brain

This commit is contained in:
Emmet 2023-06-05 14:11:26 -05:00
parent 187700919c
commit 774775d277
4 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
let
system = "x86_64-linux";
name = "emmet";
email = "librephoenix@protonmail.com";
email = "librephoenix3@pm.me";
dotfilesDir = "~/.dotfiles";
theme = "ayu-dark";

View file

@ -3,7 +3,7 @@
;;;------ User configuration ------;;;
;; My default user identity as my yt alias
(setq user-full-name "librephoenix")
(setq user-full-name "Emmet")
;; I prefer visual lines
(setq display-line-numbers-type 'visual

View file

@ -1,5 +1,5 @@
#+TITLE: Doom Emacs Literate Config
#+AUTHOR: librephoenix
#+AUTHOR: Emmet
* Table of Contents :TOC:QUOTE:
#+BEGIN_QUOTE
@ -55,7 +55,7 @@ I use this functionality to load my private config file with non-public informat
;;;------ User configuration ------;;;
;; My default user identity as my yt alias
(setq user-full-name "librephoenix")
(setq user-full-name "Emmet")
;; I prefer visual lines
(setq display-line-numbers-type 'visual

View file

@ -1,5 +1,5 @@
#+title: Xmonad Config
#+author: librephoenix
#+author: Emmet
* XMonad Config
The main configuration file for XMonad is [[./xmonad.hs][~/.xmonad/xmonad.hs]].