Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
used a more consice major mode check
based on a comment by @riscy the (string= (buffer-local-value 'major-mode (current-buffer)) "org-mode") line is replaced by (eq major-mode 'org-mode)
- Loading branch information