|
5 | 5 | ;; If there is more than one, they won't work right.
|
6 | 6 | '(ansi-color-faces-vector
|
7 | 7 | [default bold shadow italic underline bold bold-italic bold])
|
8 |
| - '(ansi-color-names-vector |
9 |
| - ["#4F4F4F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#6F6F6F"]) |
| 8 | + '(company-gtags-modes '(jde-mode)) |
10 | 9 | '(css-indent-offset 2)
|
11 | 10 | '(custom-safe-themes
|
12 | 11 | '("91ce1e1533921a31778b95d1626371499e42d46833d703e25a07dcb8c283f4af" . t))
|
|
18 | 17 | '(markdown-preview-custom-template "/Users/abieber/.emacs.d/markdown-preview-template.html")
|
19 | 18 | '(org-hide-emphasis-markers t)
|
20 | 19 | '(package-selected-packages
|
21 |
| - '(csv-mode evil-terminal-cursor-changer org-journal xclip undo-fu evil-org csv keychain-environment db ripgrep ahk-mode simple-httpd atomic-chrome ox-hugo ssh-agency dired gnu-elpa-keyring-update orgalist htmlize olivetti apples-mode applescript-mode magithub jade-mode yasnippet-snippets esh-autosuggest gruvbox-theme php-extras wgrep s tiny-menu writeroom-mode feature-mode buttercup mustache-mode challenger-deep-theme helm-make all-the-icons-dired all-the-icons rjsx-mode json-mode lua-mode helm-spotify-plus go-projectile jinja2-mode cyberpunk-theme go-mode jujube-theme smart-mode-line-powerline-theme smart-mode-line visual-fill-column websocket flycheck powerline evil key-chord color-theme-modern esup counsel-projectile restclient ox-reveal org-tree-slide epresent color-moccur xterm-color nlinum-relative company-shell pandoc-mode virtualenvwrapper counsel helm-swoop groovy-mode octopress zenburn-theme yaml-mode which-key wgrep-ag web-mode w3m use-package twittering-mode sunshine sublime-themes rainbow-mode powerline-evil mmm-mode markdown-mode magit highlight-symbol helm-projectile gtags fullframe flycheck-package exec-path-from-shell evil-surround evil-leader evil-jumper evil-indent-textobject emmet-mode elpy dictionary color-theme-sanityinc-tomorrow bpr auto-complete ag)) |
| 20 | + '(just-mode csv-mode evil-terminal-cursor-changer org-journal xclip undo-fu evil-org csv keychain-environment db ripgrep ahk-mode simple-httpd atomic-chrome ox-hugo ssh-agency dired gnu-elpa-keyring-update orgalist htmlize olivetti apples-mode applescript-mode magithub jade-mode yasnippet-snippets esh-autosuggest gruvbox-theme php-extras wgrep s tiny-menu writeroom-mode feature-mode buttercup mustache-mode challenger-deep-theme helm-make all-the-icons-dired all-the-icons rjsx-mode json-mode lua-mode helm-spotify-plus go-projectile jinja2-mode cyberpunk-theme go-mode jujube-theme smart-mode-line-powerline-theme smart-mode-line visual-fill-column websocket flycheck powerline evil key-chord color-theme-modern esup counsel-projectile restclient ox-reveal org-tree-slide epresent color-moccur xterm-color nlinum-relative company-shell pandoc-mode virtualenvwrapper counsel helm-swoop groovy-mode octopress zenburn-theme yaml-mode which-key wgrep-ag web-mode w3m use-package twittering-mode sunshine sublime-themes rainbow-mode powerline-evil mmm-mode markdown-mode magit highlight-symbol helm-projectile fullframe flycheck-package exec-path-from-shell evil-surround evil-leader evil-jumper evil-indent-textobject emmet-mode elpy dictionary color-theme-sanityinc-tomorrow bpr auto-complete ag)) |
22 | 21 | '(safe-local-variable-values '((css-indent-offset . 2) (no-byte-compile t)))
|
23 | 22 | '(writeroom-global-effects
|
24 | 23 | '(writeroom-set-alpha writeroom-set-menu-bar-lines writeroom-set-tool-bar-lines writeroom-set-vertical-scroll-bars writeroom-set-bottom-divider-width)))
|
|
28 | 27 | ;; If you edit it by hand, you could mess it up, so be careful.
|
29 | 28 | ;; Your init file should contain only one such instance.
|
30 | 29 | ;; If there is more than one, they won't work right.
|
31 |
| - '(default ((t (:family "JetBrainsMono Nerd Font Mono" :foundry "JB " :slant normal :weight normal :height 128 :width normal)))) |
| 30 | + '(default ((((class color) (min-colors 89)) (:foreground "#d4d4d4" :background "#000000")))) |
32 | 31 | '(deadgrep-filename-face ((t (:foreground "gold" :underline t))))
|
33 | 32 | '(deadgrep-match-face ((t (:background "#2f2f2d" :foreground "lime green"))))
|
34 | 33 | '(italic ((t (:slant italic))))
|
|
42 | 41 | '(org-habit-ready-face ((((class color) (min-colors 89)) (:background "#3d454c" :foreground "#8ac6f2"))))
|
43 | 42 | '(org-habit-ready-future-face ((t (:background "SeaGreen4"))))
|
44 | 43 | '(org-meta-line ((((class color) (min-colors 89)) (:foreground "#878777" :slant italic))))
|
45 |
| - '(org-priority ((t (:inherit font-lock-warning-face))))) |
| 44 | + '(org-priority ((t (:inherit font-lock-warning-face)))) |
| 45 | + '(org-scheduled-previously ((((class color) (min-colors 89)) (:foreground "#7ec98f")))) |
| 46 | + '(org-scheduled-today ((((class color) (min-colors 89)) (:foreground "#a4b5e6" :weight normal))))) |
0 commit comments