Install nord-theme with melpa
This commit is contained in:
parent
4cc4741d6e
commit
9f8218944c
1 changed files with 8 additions and 5 deletions
13
init.el
13
init.el
|
@ -1,12 +1,10 @@
|
|||
;; -*- coding: utf-8 -*-
|
||||
(add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/"))
|
||||
;; (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/"))
|
||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle"))
|
||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/markdown-mode"))
|
||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/linum-relative"))
|
||||
|
||||
(setq nord-region-highlight "snowstorm")
|
||||
(setq nord-comment-brightness 15)
|
||||
(load-theme 'nord t)
|
||||
|
||||
|
||||
(require 'markdown-mode)
|
||||
(require 'linum-relative)
|
||||
|
@ -83,12 +81,17 @@ There are two things you can do about this warning:
|
|||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(restclient request restclient-test yaml-mode magit)))
|
||||
(nord-theme restclient request restclient-test yaml-mode magit)))
|
||||
'(require-final-newline t)
|
||||
'(timeclock-file "~/Documents/Diary/timelog")
|
||||
'(timeclock-mode-line-display t)
|
||||
'(visible-bell 1))
|
||||
|
||||
(setq nord-region-highlight "snowstorm")
|
||||
(setq nord-comment-brightness 15)
|
||||
(load-theme 'nord t)
|
||||
|
||||
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
Loading…
Add table
Reference in a new issue