summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-04-01 15:59:07 +0200
committeryuzu-eva <stevenhu@web.de>2023-04-01 15:59:07 +0200
commitbe35ccddeb63db26949183ade5a801593918a597 (patch)
tree565279ea3e051da6d96197d82bbce2ea49ff0310 /.emacs.d/init.el
parente1737dbd191446d53d4687426eae682d31270b62 (diff)
removed emacs configs
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)