Move custom funcitons to the top

This commit is contained in:
8HNHoFtE 2019-05-01 21:49:02 +02:00
parent ca46b2bcb0
commit cd4cc60787

View file

@ -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)