fix(emacs): keep custom out of init.el

This commit is contained in:
2026-02-09 02:47:00 -07:00
parent 6c7c1f1b17
commit f1e239b13b
2 changed files with 10 additions and 1 deletions

View File

@@ -63,4 +63,5 @@
syd/eshell syd/eshell
syd/treesit syd/treesit
syd/grammatical-framework syd/grammatical-framework
syd/lsp)) syd/lsp
syd/custom))

View File

@@ -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)