Add (and ignore) pkg/

I'm going to put packages I develop in there.
This commit is contained in:
Case Duckworth 2021-04-19 14:32:10 -05:00
parent 6e8dda046c
commit 4b7c2c092c
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -8,4 +8,5 @@ racket-mode/
server/
straight/
transient/
var/
var/
pkg/

View File

@ -61,6 +61,10 @@
no-littering-var-directory (acdw/dir))
(require 'no-littering))
;;; My packages
(let ((default-directory (expand-file-name "pkg/" user-emacs-directory)))
(normal-top-level-add-subdirs-to-load-path))
;;; Good defaults