From 2d23aee2f178cbf90ab6a04de60ec99e4a4fbe82 Mon Sep 17 00:00:00 2001 From: c Date: Sat, 7 Dec 2024 16:07:31 +0100 Subject: [PATCH] setting default hints style in .emacs --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8ff8605..efda217 100644 --- a/README.org +++ b/README.org @@ -638,11 +638,12 @@ instance, in the =~/.emacs= file, there might be: #+begin_example (use-package uniline - :config (setq uniline-hint-style 1)) + :config (set-default 'uniline-hint-style 1)) #+end_example This setting gives one-liner messages. It can be changed later on a buffer -per buffer basis with the =TAB= key. +per buffer basis with the =TAB= key. Note the use of =set-default=. Using +=setq= instead would assign the value =1= only in the =~/.emacs= buffer. * Line spacing The =line-spacing= setting in Emacs can change the display of a sketch.