Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Sep 24, 2024
1 parent 4e0312f commit af76b59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ For instance, to disable the message "Indentation setup for shell type bash" whe

In this example, the `sh-set-shell` function will execute without displaying any messages.

Here is another example to prevent `recentf` from showing messages during saving and cleanup:
```lisp
(with-eval-after-load "recentf"
(be-quiet-advice-add #'recentf-save-list)
(be-quiet-advice-add #'recentf-cleanup))
```

## Frequently asked question

### Are there any other Emacs parameters that can help reduce the output?
Expand Down

0 comments on commit af76b59

Please sign in to comment.