-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit.el
31 lines (28 loc) · 1.5 KB
/
init.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;; 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)
(org-babel-load-file "~/.emacs.d/configuration.org")
(load-theme 'dracula t)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(ansi-color-names-vector
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
'(custom-enabled-themes (quote (dracula)))
'(custom-safe-themes
(quote
("ff7625ad8aa2615eae96d6b4469fcc7d3d20b2e1ebc63b761a349bebbb9d23cb" "b97a01622103266c1a26a032567e02d920b2c697ff69d40b7d9956821ab666cc" default)))
'(package-selected-packages
(quote
(pelican-mode web-mode scss-mode powerline php-mode pdf-tools org-bullets neotree markdown-mode less-css-mode jedi helm-projectile go-mode go-autocomplete emojify editorconfig dracula-theme dockerfile-mode all-the-icons achievements)))
'(safe-local-variable-values (quote ((docker-image-name . "fundor333/hugo")))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)