-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcustom.el
More file actions
46 lines (46 loc) · 2.73 KB
/
custom.el
File metadata and controls
46 lines (46 loc) · 2.73 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
(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)
'(custom-safe-themes
(quote
("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" default)))
'(dired-auto-revert-buffer t)
'(dired-dwim-target t)
'(dired-hide-details-hide-symlink-targets nil)
'(dired-listing-switches "-alh")
'(dired-ls-F-marks-symlinks nil)
'(dired-recursive-copies (quote always))
'(org-agenda-files
(quote
("~/.emacs.d/init.org" "/Users/rakhim/org/hexlet_podcast.org" "/Users/rakhim/org/life.org" "/Users/rakhim/org/links.org" "/Users/rakhim/org/main.org" "/Users/rakhim/org/metasalt.org" "/Users/rakhim/org/rakhim.org")))
'(org-export-backends (quote (ascii html latex md hugo slimhtml)))
'(package-selected-packages
(quote
(edit-indirect ox-pandoc helm-ag helm slim-mode rainbow-delimiters clj-refactor ox-slimhtml handlebars-mode org-make-toc ox-hugo-auto-export emmet-mode shackle neotree corral terraform-mode multi-term define-word yaml-mode which-key web-mode visual-regexp vi-tilde-fringe use-package spacemacs-theme spaceline smex smartparens simpleclip shell-pop powerthesaurus ox-hugo multiple-cursors move-text markdown-mode magit ivy-rich haml-mode git-gutter flx expand-region exec-path-from-shell dumb-jump company cider avy)))
'(shell-pop-shell-type
(quote
("ansi-term" "*ansi-term*"
(lambda nil
(ansi-term shell-pop-term-shell)))))
'(shell-pop-universal-key "s-=")
'(vc-follow-symlinks 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.
'(helm-M-x-key ((t (:foreground "orange2" :underline t :weight semi-bold))))
'(helm-ff-dotted-directory ((t (:foreground "gray65"))))
'(helm-selection ((t (:background "wheat1" :distant-foreground "black"))))
'(helm-source-header ((t (:foreground "black" :weight semi-bold))))
'(helm-visible-mark ((t (:background "dark blue"))))
'(line-number-current-line ((t (:inherit default :background "navajo white"))))
'(markdown-inline-code-face ((t (:foreground "dark red"))))
'(rainbow-delimiters-depth-2-face ((t (:inherit rainbow-delimiters-base-face :foreground "red"))))
'(rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face :foreground "medium blue"))))
'(rainbow-delimiters-depth-4-face ((t (:inherit rainbow-delimiters-base-face :foreground "dark green"))))
'(show-paren-match ((t (:background "grey84" :weight normal))))
'(sp-pair-overlay-face ((t nil))))