Add an alias of e for emacs.

This commit is contained in:
Tom Alexander 2022-10-23 20:36:45 -04:00
parent d9b6e381e3
commit afa0ccfe45
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
alias e="emacs"

View File

@ -50,6 +50,16 @@
- util-vertico.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
when: 'os_flavor == "freebsd"'