Skip to content

Commit

Permalink
emacs: fix org tab width
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Feb 9, 2024
1 parent 78343d9 commit 6ae23eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ for what debugger to use. If the prefix ARG is set, prompt anyway."
:internal-border-width 15
:header-line-width 4
:mode-line-width 6
:tab-width 4
:tab-width 8
:right-divider-width 30
:scroll-bar-width 8)))

Expand Down
2 changes: 1 addition & 1 deletion home/config/doom/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ with the following:
:internal-border-width 15
:header-line-width 4
:mode-line-width 6
:tab-width 4
:tab-width 8
:right-divider-width 30
:scroll-bar-width 8)))
#+end_src
Expand Down

0 comments on commit 6ae23eb

Please sign in to comment.