summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.el b/init.el
new file mode 100644
index 0000000..d6c5ef0
--- /dev/null
+++ b/init.el
@@ -0,0 +1,9 @@
+(require 'package)
+(package-initialize)
+
+;; Load settings automatically created by GNU Emacs customize commands
+(setq custom-file "~/.emacs.d/init_emacs.el")
+(load custom-file)
+
+;; Load settings I manually created for GNU Emacs
+(load "~/.emacs.d/init_blendoit.el")
Copyright 2019--2024 Marius PETER