branch: externals/dtache commit 7f434671191af53cb647a3c2d6b50548283cc9a8 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Remove old notes --- notes.org | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/notes.org b/notes.org deleted file mode 100644 index 33f68bb509..0000000000 --- a/notes.org +++ /dev/null @@ -1,24 +0,0 @@ -* Improvements -** Support byte compilation -** Handling large files - -Opening a large file yields the following warning. - -#+begin_src text - Warning (undo): Buffer ‘*dtache*’ undo info was 219405582 bytes long. - The undo info was discarded because it exceeded `undo-outer-limit'. - - This is normal if you executed a command that made a huge change - to the buffer. In that case, to prevent similar problems in the - future, set `undo-outer-limit' to a value that is large enough to - cover the maximum size of normal changes you expect a single - command to make, but not so large that it might exceed the - maximum memory allotted to Emacs. - - If you did not execute any such command, the situation is - probably due to a bug and you should report it. - - You can disable the popping up of this buffer by adding the entry - (undo discard-info) to the user option `warning-suppress-types', - which is defined in the `warnings' library. -#+end_src