Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Environmental Cheminformatics
plan-b
Commits
25ea3aab
Commit
25ea3aab
authored
Jun 09, 2021
by
Todor Kondic
Browse files
Update emacs config
parent
8a7f6438
Changes
2
Hide whitespace changes
Inline
Side-by-side
stations.yml
View file @
25ea3aab
...
...
@@ -36,8 +36,8 @@
tags
:
lightdm
-
include
:
tasks/guix.yml
tags
:
guix
#
- include: tasks/emacs.yml
#
tags: emacs
-
include
:
tasks/emacs.yml
tags
:
emacs
# - include: tasks/r-setup.yml
# tags: r-setup
# # - include: tasks/metfrag.yml
...
...
tasks/emacs.yml
View file @
25ea3aab
### This set of tasks configures emacs. It copies all the custom ECI
### files from files/home/user/emacs.d to the remote users /home and
### then runs config-emacs to generate eci-init.el from eci-init.org.
-
name
:
Copy .emacs.d.
copy
:
src
:
files/home/user/.emacs.d
src
:
files/home/user/.emacs.d
/
dest
:
"
/home/{{
item.login
}}/.emacs.d"
owner
:
"
{{
item.login
}}"
mode
:
0700
...
...
@@ -13,6 +17,7 @@
dest
:
"
/home/{{
item.login
}}/.config/config-emacs"
owner
:
"
{{
item.login
}}"
mode
:
0700
loop
:
"
{{
users
}}"
-
name
:
Configure emacs.
command
:
/home/{{ item.login }}/.config/config-emacs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment