Skip to content

Commit 39a772a

Browse files
committed
Inscrutable custom.el changes
1 parent d8e520e commit 39a772a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

custom.el

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
;; If there is more than one, they won't work right.
66
'(ansi-color-faces-vector
77
[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))
109
'(css-indent-offset 2)
1110
'(custom-safe-themes
1211
'("91ce1e1533921a31778b95d1626371499e42d46833d703e25a07dcb8c283f4af" . t))
@@ -18,7 +17,7 @@
1817
'(markdown-preview-custom-template "/Users/abieber/.emacs.d/markdown-preview-template.html")
1918
'(org-hide-emphasis-markers t)
2019
'(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))
2221
'(safe-local-variable-values '((css-indent-offset . 2) (no-byte-compile t)))
2322
'(writeroom-global-effects
2423
'(writeroom-set-alpha writeroom-set-menu-bar-lines writeroom-set-tool-bar-lines writeroom-set-vertical-scroll-bars writeroom-set-bottom-divider-width)))
@@ -28,7 +27,7 @@
2827
;; If you edit it by hand, you could mess it up, so be careful.
2928
;; Your init file should contain only one such instance.
3029
;; 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"))))
3231
'(deadgrep-filename-face ((t (:foreground "gold" :underline t))))
3332
'(deadgrep-match-face ((t (:background "#2f2f2d" :foreground "lime green"))))
3433
'(italic ((t (:slant italic))))
@@ -42,4 +41,6 @@
4241
'(org-habit-ready-face ((((class color) (min-colors 89)) (:background "#3d454c" :foreground "#8ac6f2"))))
4342
'(org-habit-ready-future-face ((t (:background "SeaGreen4"))))
4443
'(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

Comments
 (0)