diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-16 10:32:21 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-16 10:32:21 +0000 |
commit | d3a13d625f3b9a8d53e59f5d9ce1fb1b2c0356bd (patch) | |
tree | 11c31497a1ea9c99531a26554efe96afa08558fa /custom-settings.el | |
parent | f85cc5e16e9654f76f7d004399c5e7969e3d429f (diff) |
added ivy, ivy config and removed a file
Diffstat (limited to '')
-rw-r--r-- | custom-settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom-settings.el b/custom-settings.el index d23eaf9..9b2c2ea 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -41,7 +41,7 @@ '(org-sort-agenda-notime-is-late nil) '(package-selected-packages (quote - (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))) + (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") |