leerzeichen.el icon indicating copy to clipboard operation
leerzeichen.el copied to clipboard

Emacs minor mode to display whitespace characters efficiently

Results 2 leerzeichen.el issues
Sort by recently updated
recently updated
newest added

Emacs 30.2, leerzeichen 20220626.835 installed from MELPA Repro: ``` $ emacs -Q (load-library "~/.emacs.d/elpa/leerzeichen-20220626.835/leerzeichen") (setq org-ellipsis "…") (switch-to-buffer "foo.org") (org-mode) (leerzeichen-mode) (insert "* heading\n** subheading\n") (goto-char (point-min)) (org-fold-hide-subtree) ``` Expected:...