summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2019-09-03 17:32:57 -0700
committerblendoit <blendoit@gmail.com>2019-09-03 17:32:57 -0700
commitf1bd7efba96174cdaa197f3ecdccbeacf9235f88 (patch)
tree4c620ad3babfca3759011f38950ed156b6e13d6c /init.el
First commit
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