ianyepan / vscode-dark-plus-emacs-theme

An accurate port of the default Visual Studio Code Dark+ theme for Emacs
GNU General Public License v3.0
174 stars 17 forks source link

org-columns is off #9

Closed shukryzablah closed 4 years ago

shukryzablah commented 4 years ago

Take this example text in an org file:

* Top Goals [1/2]
** TODO this is the first task
** DONE this is another task

When calling org-columns for the whole buffer (no customizations), columns are off due to boxes in the todo and tags columns.

ianyepan commented 4 years ago

Thanks for bringing that up. Yes, this is one downside of using boxes around certain texts in Emacs. As far as I know, we can't avoid having a slightly increased width due to the box's borders. If you prefer to not have the boxes around those TODO keywords, you can manually disable them through a custom set-face-attribute, or use the :custom-face keyword if you're on use-package