summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-04-01 18:56:51 +0200
committeryuzu-eva <stevenhu@web.de>2023-04-01 18:56:51 +0200
commit6e048ebd6e88fce44ed28aa5b8a86f33cb4bda75 (patch)
tree02ec70233df8fe3af012d40676b5ee8f3239f462 /.emacs.d/init.el
parent2cac3b3aa323be115f1e444fab3bb84d3427657f (diff)
update for master
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
deleted file mode 100644
index 6079b3d..0000000
--- a/.emacs.d/init.el
+++ /dev/null
@@ -1,14 +0,0 @@
-(load "~/.emacs.d/packages" nil t)
-(load "~/.emacs.d/functions" nil t)
-(load "~/.emacs.d/keybinds" nil t)
-(load "~/.emacs.d/config" nil t)
-
-(server-start)
-(set-default-file-modes #o700)
-
-;; Load Witchmacs theme
-(load-theme 'Witchmacs t)
-
-;; Move customization variables to a separate file and load it
-(setq custom-file (locate-user-emacs-file "custom-vars.el"))
-(load custom-file 'noerror 'nomessage)