Quantcast
Channel: How to suppress `Wrote /home/user/.emacs.d/recentf` message in minibuffer - Emacs Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Drew for How to suppress `Wrote /home/user/.emacs.d/recentf`...

This should do it.(defun no-msg (function)"Prevent FUNCTION from showing `Wrote <FILE>' messages.\(The messages are still logged to `*Messages*'.)" (let ((inhibit-message t)) (funcall...

View Article



How to suppress `Wrote /home/user/.emacs.d/recentf` message in minibuffer

In the minibuffer I keep seeing:Wrote /home/user/.emacs.d/recentfWould it be possible to suppress this message? (Only for file name recentf file)my minimal.el:(setq recentf-max-saved-items 50)(setq...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images