Added Doom Emacs configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-10-25 13:57:41 +02:00
parent 161dc09e25
commit e89bb2627c
5 changed files with 384 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
function appendpath() {
appendpath() {
local location="${1}"
case ":$PATH:" in
*":$location:"*) ;;
@@ -9,6 +9,7 @@ function appendpath() {
appendpath "$HOME/.local/bin"
appendpath "$HOME/.cargo/bin"
appendpath "/home/linuxbrew/.linuxbrew/bin"
appendpath "$HOME/.config/emacs/bin"
unset appendpath
# XDG variables