9 lines
175 B
EmacsLisp
9 lines
175 B
EmacsLisp
;;; -*- 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)
|