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
|
# Neovim
|
||||||
".config/nvim/init.lua" .source = dotfiles/nvim/init.lua;
|
".config/nvim/init.lua" .source = dotfiles/nvim/init.lua;
|
||||||
# Emacs
|
# Emacs
|
||||||
"emacs.d/init.el" .source = dotfiles/.emacs.d/init.el;
|
".emacs.d/init.el" .source = dotfiles/emacs.d/init.el;
|
||||||
# MPV
|
# MPV
|
||||||
".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf;
|
".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf;
|
||||||
# Neofetch
|
# Neofetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue