Move custom funcitons to the top
This commit is contained in:
parent
ca46b2bcb0
commit
cd4cc60787
1 changed files with 7 additions and 0 deletions
7
init.el
7
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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue