Move elisp into a folder and switch to emacs-wayland on linux.

This commit is contained in:
Tom Alexander 2023-09-08 11:26:46 -04:00
parent c9617dd3cc
commit ed25cd6d31
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
22 changed files with 7 additions and 23 deletions

View File

View File

@ -2,7 +2,7 @@
package: package:
name: name:
- aspell-en - aspell-en
- emacs - emacs-wayland
state: present state: present
- name: Install packages - name: Install packages

View File

@ -22,6 +22,8 @@
loop: loop:
- src: init.el - src: init.el
dest: .emacs.d/init.el dest: .emacs.d/init.el
- src: early-init.el
dest: .emacs.d/early-init.el
- name: Configure dotfiles - name: Configure dotfiles
when: 'emacs_flavor == "plain"' when: 'emacs_flavor == "plain"'
@ -38,31 +40,13 @@
- name: Configure elisp files - name: Configure elisp files
when: 'emacs_flavor == "full"' when: 'emacs_flavor == "full"'
copy: copy:
src: "files/{{ item }}" src: "files/{{ item.src }}"
dest: "{{ account_homedir.stdout }}/.emacs.d/elisp/{{ item }}" dest: "{{ account_homedir.stdout }}/{{ item.dest }}"
mode: 0600
owner: "{{ account_name.stdout }}" owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}" group: "{{ group_name.stdout }}"
loop: loop:
- base-extensions.el - src: elisp
- base-functions.el dest: .emacs.d/
- base-global-keys.el
- base-theme.el
- base.el
- common-lsp.el
- lang-bash.el
- lang-dockerfile.el
- lang-go.el
- lang-javascript.el
- lang-lua.el
- lang-markdown.el
- lang-org.el
- lang-python.el
- lang-rust.el
- lang-terraform.el
- lang-yaml.el
- util-vertico.el
- util-tree-sitter.el
- name: Configure zshrc additional imports - name: Configure zshrc additional imports
copy: copy: