diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-07 11:49:08 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-07 11:49:08 +0000 |
commit | 09a10dafec4020b8b4a95c4d4d4dd5c66c0a52e5 (patch) | |
tree | 9ee986cb42ed29e60277d1b7cf85e8aff40e5b06 /custom-settings.el | |
parent | 8f54e3a348a32e59c6171b24ae087d25cf07fff1 (diff) |
auctex added
Diffstat (limited to 'custom-settings.el')
-rw-r--r-- | custom-settings.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom-settings.el b/custom-settings.el index 366b83e..7697e13 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -58,7 +58,7 @@ '(ivy-on-del-error-function nil) '(ivy-use-virtual-buffers t) '(ivy-wrap t) - '(ledger-clear-whole-transactions t) + '(ledger-clear-whole-transactions t t) '(lsp-ui-doc-border "wheat") '(lsp-ui-doc-enable t) '(lsp-ui-doc-header t) @@ -73,7 +73,7 @@ '(org-sort-agenda-notime-is-late nil) '(package-selected-packages (quote - (ox-hugo 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))) + (auctex dired-x gotest 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") |