diff --git a/modules/home/users/msyds/emacs/init.el b/modules/home/users/msyds/emacs/init.el index c7c4e1c..e30b565 100755 --- a/modules/home/users/msyds/emacs/init.el +++ b/modules/home/users/msyds/emacs/init.el @@ -63,4 +63,5 @@ syd/eshell syd/treesit syd/grammatical-framework - syd/lsp)) + syd/lsp + syd/custom)) diff --git a/modules/home/users/msyds/emacs/lisp/syd/custom.el b/modules/home/users/msyds/emacs/lisp/syd/custom.el new file mode 100644 index 0000000..41c4181 --- /dev/null +++ b/modules/home/users/msyds/emacs/lisp/syd/custom.el @@ -0,0 +1,8 @@ +;;; -*- lexical-binding: t -*- + +(require 'syd/base) + +;; Stay out of version-control!!!!! +(setq custom-file (file-name-concat syd-data-dir "custom.el")) + +(provide 'syd/custom)