summaryrefslogtreecommitdiffstats
path: root/custom-settings.el
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-24 20:48:26 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-24 20:48:26 +0000
commit06176839808fa7a9b30fce0f44abb58658909af0 (patch)
tree741aa4034087ee8a8a9bb6c14dfb2b3053cd361a /custom-settings.el
parentb8c97cd89c1472355fb3a2a337ef0b22c7268428 (diff)
Massive changes to emacs config - basing a lot on https://github.com/MatthewZMD/.emacs.d/blob/master/README.md#orgcfd324a
Diffstat (limited to 'custom-settings.el')
-rw-r--r--custom-settings.el13
1 files changed, 11 insertions, 2 deletions
diff --git a/custom-settings.el b/custom-settings.el
index 5295a47..45fd95c 100644
--- a/custom-settings.el
+++ b/custom-settings.el
@@ -35,13 +35,19 @@
("FIXME" . "#dc752f")
("XXX+" . "#dc752f")
("\\?\\?\\?+" . "#dc752f"))))
+ '(ivy-count-format "【%d/%d】")
+ '(ivy-height 10)
+ '(ivy-magic-slash-non-match-action (quote ivy-magic-slash-non-match-create))
+ '(ivy-on-del-error-function nil)
+ '(ivy-use-virtual-buffers t)
+ '(ivy-wrap t)
'(nrepl-message-colors
(quote
("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")))
'(org-sort-agenda-notime-is-late nil)
'(package-selected-packages
(quote
- (monokai-theme color-theme-monokai color-theme-sanityinc-tomorrow dracula-theme evil-mode yasnippet-snippets highlight-symbol rainbow-delimiters git-gutter Ivy org-caldav which-key-mode org-plus-contrib use-package ac-cider magit blacken py-autopep8 flycheck elpy yasnippet company-lsp company lsp-ui go-autocomplete lsp-mode go-mode markdown-mode gruvbox-theme helm org cider slime evil)))
+ (ace-window discover-my-major popup-kill-ring amx gnu-elpa-keyring-update auto-package-update monokai-theme color-theme-monokai color-theme-sanityinc-tomorrow dracula-theme evil-mode yasnippet-snippets highlight-symbol rainbow-delimiters git-gutter Ivy org-caldav which-key-mode org-plus-contrib use-package ac-cider magit blacken py-autopep8 flycheck elpy yasnippet company-lsp company lsp-ui go-autocomplete lsp-mode go-mode markdown-mode gruvbox-theme helm org cider slime evil)))
'(pdf-view-midnight-colors (quote ("#fdf4c1" . "#282828")))
'(pos-tip-background-color "#36473A")
'(pos-tip-foreground-color "#FFFFC8")
@@ -66,7 +72,10 @@
(320 . "#8CD0D3")
(340 . "#94BFF3")
(360 . "#DC8CC3"))))
- '(vc-annotate-very-old-color "#DC8CC3"))
+ '(vc-annotate-very-old-color "#DC8CC3")
+ '(winner-boring-buffers
+ (quote
+ ("*Completions*" "*Compile-Log*" "*inferior-lisp*" "*Fuzzy Completions*" "*Apropos*" "*Help*" "*cvs*" "*Buffer List*" "*Ibuffer*" "*esh command on file*"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.