Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.25 KB

freemacs-no-littering.org

File metadata and controls

40 lines (31 loc) · 1.25 KB

No Littering Module


(use-package no-littering
  :straight (no-littering :host github
                          :repo "emacscollective/no-littering"
                          :branch "main"))

End

Tell Emacs what feature this file provides.

(provide 'freemacs-no-littering)

;;; freemacs-no-littering ends here