]> git.earman.xyz Git - emacsinit.git/commitdiff
Need to pull in custom.el (empty) from repo
authorrearman <rearman@r717.net>
Wed, 19 Apr 2023 15:58:23 +0000 (11:58 -0400)
committerrearman <rearman@r717.net>
Wed, 19 Apr 2023 15:58:23 +0000 (11:58 -0400)
custom.el [new file with mode: 0644]

diff --git a/custom.el b/custom.el
new file mode 100644 (file)
index 0000000..315e423
--- /dev/null
+++ b/custom.el
@@ -0,0 +1,15 @@
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(custom-safe-themes
+   '("021321ae56a45794f43b41de09fb2bfca184e196666b7d7ff59ea97ec2114559" default))
+ '(package-selected-packages
+   '(eink-theme eink-emacs visual-fill-column use-package slime orderless openwith magit ledger-mode gnuplot-mode expand-region corfu-terminal company browse-kill-ring)))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )