fix(emacs): keep custom out of init.el
This commit is contained in:
@@ -63,4 +63,5 @@
|
|||||||
syd/eshell
|
syd/eshell
|
||||||
syd/treesit
|
syd/treesit
|
||||||
syd/grammatical-framework
|
syd/grammatical-framework
|
||||||
syd/lsp))
|
syd/lsp
|
||||||
|
syd/custom))
|
||||||
|
|||||||
8
modules/home/users/msyds/emacs/lisp/syd/custom.el
Normal file
8
modules/home/users/msyds/emacs/lisp/syd/custom.el
Normal 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)
|
||||||
Reference in New Issue
Block a user