From 7f84ec9d10f6c5861051e5cc129febc2f64d01e5 Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 25 Oct 2020 04:18:44 +0800 Subject: [PATCH] Disable vlf, issue with void variable "size" --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 32e1082..5310386 100644 --- a/config.org +++ b/config.org @@ -1170,7 +1170,7 @@ The /very large files/ mode loads large files in chunks, allowing one to open ridiculously large files. #+begin_src emacs-lisp (package! vlf :recipe (:host github :repo "m00natic/vlfi" :files ("*.el")) - :pin "cc02f2533782d6b9b628cec7e2dcf25b2d05a27c") + :pin "cc02f2533782d6b9b628cec7e2dcf25b2d05a27c" :disable t) #+end_src To make VLF available without delaying startup, we'll just load it in quiet moments. #+begin_src emacs-lisp :tangle yes