Skip to content

Commit

Permalink
Fix table styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed May 9, 2024
1 parent a6d7383 commit 452ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ Treemacs offers the following configuration options (~describe-variable~ will us
| treemacs--fringe-indicator-bitmap | [vertical bar] | The fringe bitmap used by the fringe-indicator minor mode. |
| treemacs-deferred-git-apply-delay | 0.5 | Seconds of idle time for git highlighting to apply when using the deferred ~treemacs-git-mode~. |
| treemacs-file-follow-delay | 0.2 | Delay in seconds of idle time for treemacs to follow the selected window. |
| treemacs-display-in-side-window | t | When non-nil treemacs will use a dedicated [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Side-Windows.html][side-window]]. |
| treemacs-display-in-side-window | t | When non-nil treemacs will use a dedicated [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Side-Windows.html][side-window]]. |
| treemacs-max-git-entries | 5000 | Maximum number of git status entries treemacs will process. Anything above that number will be ignored. |
| treemacs-missing-project-action | ask | When a persisted project is missing from filesystem, ~ask~ will prompt for action, ~keep~ will keep the project in the project list, and ~remove~ will remove it from it without prompt. |
| treemacs-show-cursor | nil | When non-nil the cursor will stay visible in the treemacs buffer. |
Expand Down

0 comments on commit 452ba1a

Please sign in to comment.