Add an alias of e for emacs.
This commit is contained in:
parent
d9b6e381e3
commit
afa0ccfe45
1
ansible/roles/emacs/files/zshrc_emacs_e
Normal file
1
ansible/roles/emacs/files/zshrc_emacs_e
Normal file
@ -0,0 +1 @@
|
|||||||
|
alias e="emacs"
|
@ -50,6 +50,16 @@
|
|||||||
- util-vertico.el
|
- util-vertico.el
|
||||||
- util-tree-sitter.el
|
- util-tree-sitter.el
|
||||||
|
|
||||||
|
- name: Configure zshrc additional imports
|
||||||
|
copy:
|
||||||
|
src: "files/zshrc_{{ item }}"
|
||||||
|
dest: "{{ account_homedir.stdout }}/.config/ansible_deploy/zshrc/{{ item }}.zsh"
|
||||||
|
mode: 0600
|
||||||
|
owner: "{{ account_name.stdout }}"
|
||||||
|
group: "{{ group_name.stdout }}"
|
||||||
|
loop:
|
||||||
|
- emacs_e
|
||||||
|
|
||||||
- import_tasks: tasks/peruser_freebsd.yaml
|
- import_tasks: tasks/peruser_freebsd.yaml
|
||||||
when: 'os_flavor == "freebsd"'
|
when: 'os_flavor == "freebsd"'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user