Move elisp into a folder and switch to emacs-wayland on linux.
This commit is contained in:
parent
c9617dd3cc
commit
ed25cd6d31
0
ansible/roles/emacs/files/early-init.el
Normal file
0
ansible/roles/emacs/files/early-init.el
Normal 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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user