-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcustom.el
28 lines (28 loc) · 1.6 KB
/
custom.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
(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.
'(css-fontify-colors nil)
'(markdown-fontify-code-blocks-natively t)
'(package-selected-packages
(quote
(gruvbox-theme auto-complete unkillable-scratch nyan-mode flyspell-popup company-mode nord-theme easy-hugo crux org ivy-rich format-all undo-fu ox-latex winner-mode esup go-mode ox-tufte elixir-mode synosaurus embrace avy edit-indirect slim-mode ox-slimhtml handlebars-mode emmet-mode shackle define-word yaml-mode which-key web-mode use-package spaceline smex simpleclip powerthesaurus multiple-cursors move-text markdown-mode magit haml-mode flx expand-region exec-path-from-shell cider)))
'(pop-up-frames nil)
'(safe-local-variable-values
(quote
((dnd-drop-part-img-path . "/Users/rakhim/code/rakhim.org/static")
(dnd-img-path-modifier list "/Users/rakhim/code/rakhim.org/static" "")
(dnd-img-path-modifier quote
("/Users/rakhim/code/rakhim.org/static" ""))
(dnd-save-directory . "../../static/images/posts/")
(dnd-save-directory . "../../static/images/posts"))))
'(synosaurus-choose-method (quote default))
'(vc-follow-symlinks t)
'(word-wrap 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.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(markdown-code-face ((t nil))))