diff options
| -rw-r--r-- | emacs-init.org | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index e07a8ab..89201f9 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2895,7 +2895,7 @@ better performance.  =fit-window-to-buffer= automatically shrinks the current buffer based  on the amount of displayed text.  #+begin_src emacs-lisp -(use-package emacs % windows.el does not (provide 'windows) +(use-package emacs ;; windows.el does not (provide 'windows)    :init    <<window>>    :custom  | 
