Skip to content

minor fixes for on documentation strings code formatting

Compare
Choose a tag to compare
@yilkalargaw yilkalargaw released this 07 Feb 10:46
· 41 commits to master since this release
820cdd1
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)