Dotfiles/site-modules/core/manifests/emacs.pp
Ade Attwood 7cf8c3fa53 feat(emacs): add code files to move away from spacemacs
This is the start to move away from spacemacs and to a custom emacs
config
2021-03-16 20:12:46 +00:00

6 lines
121 B
Puppet

class core::emacs {
file { "${user_home}/.emacs.d":
ensure => 'link',
target => find_file('core/emacs'),
}
}