Use emacs as the text editor in MATE
This commit is contained in:
parent
990ee10ad6
commit
ff5ff99f0e
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
path: "{{ ansible_env.HOME }}/.local/share/mate-panel/layouts"
|
path: "{{ ansible_env.HOME }}/.local/share/mate-panel/layouts"
|
||||||
state: directory
|
state: directory
|
||||||
- name: Copy MATE panel layout
|
- name: Copy MATE panel layout
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: mate-acp.layout
|
src: mate-acp.layout
|
||||||
dest: "{{ ansible_env.HOME }}/.local/share/mate-panel/layouts/acp.layout"
|
dest: "{{ ansible_env.HOME }}/.local/share/mate-panel/layouts/acp.layout"
|
||||||
|
|
|
@ -25,7 +25,7 @@ locked=true
|
||||||
|
|
||||||
[Object text-editor]
|
[Object text-editor]
|
||||||
object-type=launcher
|
object-type=launcher
|
||||||
launcher-location={{ prefix }}/share/applications/gvim.desktop
|
launcher-location={{ ansible_env.HOME }}/.local/share/applications/emacs.desktop
|
||||||
toplevel-id=top
|
toplevel-id=top
|
||||||
position=30
|
position=30
|
||||||
locked=true
|
locked=true
|
||||||
|
|
Loading…
Reference in a new issue