2020-09-20 11:19:23 +00:00
|
|
|
class core::emacs {
|
2021-03-16 20:12:46 +00:00
|
|
|
file { "${user_home}/.emacs.d":
|
2020-10-17 15:47:40 +00:00
|
|
|
ensure => 'link',
|
2021-03-16 20:12:46 +00:00
|
|
|
target => find_file('core/emacs'),
|
2020-10-17 15:47:40 +00:00
|
|
|
}
|
2020-09-20 11:19:23 +00:00
|
|
|
}
|