X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/ad82b992bbbd8ae5eb4c4352939704929f56cdc8..11dbed76e7c17ee9a919da0cf4301c20d942df3c:/packages/nameless/README.org diff --git a/packages/nameless/README.org b/packages/nameless/README.org index 367ffedae..49ea800b4 100644 --- a/packages/nameless/README.org +++ b/packages/nameless/README.org @@ -78,6 +78,17 @@ as a file-local variable. Note that there’s no ~quote~ before ~((c~!\\ You can also configure it for a whole project, by setting it as a dir-local variable. +** Private symbols + +Private symbols in elisp are written with an extra dash after the +prefix (e.g., ~foobar--indent-impl~). With Nameless, these are usually +displayed as ~:-indent-impl~, but you can also make them be displayed +as ~::indent-impl~ by setting + +#+BEGIN_SRC emacs-lisp +(setq nameless-private-prefix t) +#+END_SRC + ** Indentation and paragraph filling Hiding parts of symbols could affect the way Emacs indents your code and fills your paragraphs. Nameless lets you decide whether you want