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