mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-01 20:44:34 +05:30
Having an alias confuses my tiny brain
This commit is contained in:
parent
187700919c
commit
774775d277
|
@ -26,7 +26,7 @@
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
name = "emmet";
|
name = "emmet";
|
||||||
email = "librephoenix@protonmail.com";
|
email = "librephoenix3@pm.me";
|
||||||
dotfilesDir = "~/.dotfiles";
|
dotfilesDir = "~/.dotfiles";
|
||||||
theme = "ayu-dark";
|
theme = "ayu-dark";
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
;;;------ User configuration ------;;;
|
;;;------ User configuration ------;;;
|
||||||
|
|
||||||
;; My default user identity as my yt alias
|
;; My default user identity as my yt alias
|
||||||
(setq user-full-name "librephoenix")
|
(setq user-full-name "Emmet")
|
||||||
|
|
||||||
;; I prefer visual lines
|
;; I prefer visual lines
|
||||||
(setq display-line-numbers-type 'visual
|
(setq display-line-numbers-type 'visual
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#+TITLE: Doom Emacs Literate Config
|
#+TITLE: Doom Emacs Literate Config
|
||||||
#+AUTHOR: librephoenix
|
#+AUTHOR: Emmet
|
||||||
|
|
||||||
* Table of Contents :TOC:QUOTE:
|
* Table of Contents :TOC:QUOTE:
|
||||||
#+BEGIN_QUOTE
|
#+BEGIN_QUOTE
|
||||||
|
@ -55,7 +55,7 @@ I use this functionality to load my private config file with non-public informat
|
||||||
;;;------ User configuration ------;;;
|
;;;------ User configuration ------;;;
|
||||||
|
|
||||||
;; My default user identity as my yt alias
|
;; My default user identity as my yt alias
|
||||||
(setq user-full-name "librephoenix")
|
(setq user-full-name "Emmet")
|
||||||
|
|
||||||
;; I prefer visual lines
|
;; I prefer visual lines
|
||||||
(setq display-line-numbers-type 'visual
|
(setq display-line-numbers-type 'visual
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#+title: Xmonad Config
|
#+title: Xmonad Config
|
||||||
#+author: librephoenix
|
#+author: Emmet
|
||||||
|
|
||||||
* XMonad Config
|
* XMonad Config
|
||||||
The main configuration file for XMonad is [[./xmonad.hs][~/.xmonad/xmonad.hs]].
|
The main configuration file for XMonad is [[./xmonad.hs][~/.xmonad/xmonad.hs]].
|
||||||
|
|
Loading…
Reference in a new issue