Fixed mixup in home file definition for Emacs
This commit is contained in:
parent
507b016a03
commit
87702dd40e
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
# Neovim
|
||||
".config/nvim/init.lua" .source = dotfiles/nvim/init.lua;
|
||||
# Emacs
|
||||
"emacs.d/init.el" .source = dotfiles/.emacs.d/init.el;
|
||||
".emacs.d/init.el" .source = dotfiles/emacs.d/init.el;
|
||||
# MPV
|
||||
".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf;
|
||||
# Neofetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue