emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

svg-lib: theme svg-lib-icons-dir #174

Closed fredericgiquel closed 2 years ago

fredericgiquel commented 2 years ago

Theme svg-lib-icons-dir from svg-lib package.

Variable definition (https://github.com/rougier/svg-lib/blob/master/svg-lib.el#L133) :

(defcustom svg-lib-icons-dir
  (expand-file-name (concat user-emacs-directory ".cache/svg-lib/"))
  "svg-lib icons directory."
  :group 'svg-lib
  :type 'directory)
tarsius commented 2 years ago

Thanks!