From cd4cc60787a68eb430a5d16f3d7cf880dcc44289 Mon Sep 17 00:00:00 2001 From: 8HNHoFtE <8HNHoFtE@ares.local> Date: Wed, 1 May 2019 21:49:02 +0200 Subject: [PATCH] Move custom funcitons to the top --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index a8b0f0ac..d9fc0463 100644 --- a/init.el +++ b/init.el @@ -1,4 +1,11 @@ ;; -*- coding: utf-8 -*- + +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(package-initialize) + (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/")) (load-theme 'nord t)