Skip to content

Commit

Permalink
more fix with doom
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Dec 14, 2024
1 parent 43cfa78 commit 05f84c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/emacs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
- name: Create symbolic links for Doom Emacs configs
file:
src: "{{ role_path }}/doom/config"
dest: "{{ ansible_env.HOME }}/.doom.d"
dest: "{{ ansible_env.HOME }}/.config/doom"
state: link
- name: Setup Doom Emacs
vars:
Expand Down
2 changes: 1 addition & 1 deletion roles/zsh/config/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alias eml='/usr/bin/emacs -q --load ~/.emacs-light.el'
alias emll="OS_COLOR_SCHEME='light' /usr/bin/emacs -q --load ~/.emacs-light.el"
alias emld="OS_COLOR_SCHEME='dark' /usr/bin/emacs -q --load ~/.emacs-light.el"

alias doom='~/.emacs.d/bin/doom'
alias doom='~/.config/emacs/bin/doom'

# tmux
alias t='tmux'
Expand Down

0 comments on commit 05f84c8

Please sign in to comment.