diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-12-02 08:20:11 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-12-02 08:20:11 -0500 |
commit | 35c0ad6646e1d048fb42b5a0436d118da4a1d151 (patch) | |
tree | 7abe9248565b6b41565dcf5fc0ac0f5f839a1258 /roles/edit/templates | |
parent | 66ae0b351fe2709d583073496f3ff6812989cdd2 (diff) | |
download | emacsconf-ansible-35c0ad6646e1d048fb42b5a0436d118da4a1d151.tar.xz emacsconf-ansible-35c0ad6646e1d048fb42b5a0436d118da4a1d151.zip |
OBS-related things
Diffstat (limited to 'roles/edit/templates')
-rw-r--r-- | roles/edit/templates/emacsconf-edit.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/edit/templates/emacsconf-edit.el b/roles/edit/templates/emacsconf-edit.el index 6ca3efa..195170a 100644 --- a/roles/edit/templates/emacsconf-edit.el +++ b/roles/edit/templates/emacsconf-edit.el @@ -86,3 +86,4 @@ (find-file "{{ emacsconf_private_dir }}/conf.org") (emacsconf-add-org-after-todo-state-change-hook) (unless noninteractive (emacsconf-erc-connect)) +(setq tab-width 2) |