From 774775d277ad20469dfe4c02378d7e3b409fdf49 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 5 Jun 2023 14:11:26 -0500 Subject: [PATCH] Having an alias confuses my tiny brain --- flake.nix | 2 +- user/app/doom-emacs/config.el | 2 +- user/app/doom-emacs/doom.org | 4 ++-- user/wm/xmonad/xmonad.org | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index f8cdbf9..4ca4882 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ let system = "x86_64-linux"; name = "emmet"; - email = "librephoenix@protonmail.com"; + email = "librephoenix3@pm.me"; dotfilesDir = "~/.dotfiles"; theme = "ayu-dark"; diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index dae03e5..8dc5a10 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -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 diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 961c497..778df93 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -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 diff --git a/user/wm/xmonad/xmonad.org b/user/wm/xmonad/xmonad.org index 5c0edd4..7fe403d 100644 --- a/user/wm/xmonad/xmonad.org +++ b/user/wm/xmonad/xmonad.org @@ -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]].