diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-28 17:06:20 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-28 17:06:20 +0000 |
commit | 8a218c7508c19f4dfaafd63ebabd05e0a24242ce (patch) | |
tree | aa2ac94bc3c52f0b731b9c0161c522fbef20a109 /custom-settings.el | |
parent | 0a96e32b6bbc50cc8e84f4f29cbe0f5c5794240d (diff) |
Added company-irony and configged company a bit
In line with https://youtu.be/XeWZfruRu6k
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 a49508a..8cbb376 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -72,7 +72,7 @@ '(org-sort-agenda-notime-is-late nil) '(package-selected-packages (quote - (beacon-mode python-pytest password-store csv-mode expand-region org-gcal lsp-python-ms 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))) + (company-irony beacon-mode python-pytest password-store csv-mode expand-region org-gcal lsp-python-ms 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") |