Prevent kkcrc from cluttering user-emacs-dir
This commit is contained in:
parent
10c101dd62
commit
f6a584c284
@ -817,5 +817,9 @@ targets."
|
||||
:custom (uniquify-buffer-name-style 'forward)
|
||||
:init (require 'uniquify))
|
||||
|
||||
(use-package kkc
|
||||
:straight (:type built-in)
|
||||
:custom (kkc-init-file-name (expand-file-name "kkcrc" backup-directory)))
|
||||
|
||||
(provide 'mitch-packages)
|
||||
;;; mitch-packages.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user