diff --git a/emacs/init.org b/emacs/init.org index a925e50..c6fd853 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -478,6 +478,11 @@ Whenever the buffer changes, look up the major-mode to see if there is any code (add-hook 'buffer-list-update-hook #'run-buffer-mode-hooks) #+END_SRC +** Miscellaneous +#+BEGIN_SRC emacs-lisp + (setq warning-suppress-types + '((undo discard-info))) +#+END_SRC * Customization File I don't want anything to write to my init.el, so save customizations in a separate file: #+BEGIN_SRC emacs-lisp