branch: externals/nano-theme commit 124ea271475556602ce293f788644a3e39b06f2f Merge: 047940983e 3f864e823d Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Merge remote-tracking branch 'origin/master' --- .dir-locals.el | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..a594ed3d50 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables -*- no-byte-compile: t; -*- +;;; For more information see (info "(emacs) Directory Variables") + +((emacs-lisp-mode + (show-trailing-whitespace . t) + (indent-tabs-mode . nil))) diff --git a/README.md b/README.md index 5dd4a3fd8d..2256b55389 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Alternatively, you can type: - `M-x: (nano-dark)` for dark theme If you want the same aspect as in the screenshots, you can also use -`M-x: (nano-setup)` +`M-x: (nano-mode)` ### Screenshots