From a0dccf815ea2c2c8232f2e4f7ea2093e342d83cd Mon Sep 17 00:00:00 2001 From: Jesper Saastamoinen Date: Sat, 27 Dec 2025 20:45:52 +0100 Subject: [PATCH] Updated dotfiles --- .emacs.el | 2 ++ commit.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 .emacs.el diff --git a/.emacs.el b/.emacs.el new file mode 100644 index 0000000..6baf96b --- /dev/null +++ b/.emacs.el @@ -0,0 +1,2 @@ +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") +(load-theme 'dracula t) diff --git a/commit.sh b/commit.sh index 54c6924..9dd5087 100755 --- a/commit.sh +++ b/commit.sh @@ -9,6 +9,7 @@ PROJECT_DIR="$HOME/dotfiles" declare -A files_to_check=( [".zshrc"]="$HOME/.zshrc" [".bashrc"]="$HOME/.bashrc" + [".emacs.el"]="$HOME/.emacs.el" ) for file_name in "${!files_to_check[@]}"; do