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"
|
||||
state: directory
|
||||
- name: Copy MATE panel layout
|
||||
become: true
|
||||
template:
|
||||
src: mate-acp.layout
|
||||
dest: "{{ ansible_env.HOME }}/.local/share/mate-panel/layouts/acp.layout"
|
||||
|
|
|
@ -25,7 +25,7 @@ locked=true
|
|||
|
||||
[Object text-editor]
|
||||
object-type=launcher
|
||||
launcher-location={{ prefix }}/share/applications/gvim.desktop
|
||||
launcher-location={{ ansible_env.HOME }}/.local/share/applications/emacs.desktop
|
||||
toplevel-id=top
|
||||
position=30
|
||||
locked=true
|
||||
|
|
Loading…
Reference in a new issue