diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-07 16:52:35 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-07 16:52:35 +0100 |
commit | 64ca29b76b7f265ab2d5f5a88452118da40aa4c8 (patch) | |
tree | faf2f048f7b5406a186044255734439f4f336cbb /emacs-prelude/personal/custom.el | |
parent | 3fbaf487183e7b7e3785628ab8ed6290ddd94fd7 (diff) | |
download | dotfiles-64ca29b76b7f265ab2d5f5a88452118da40aa4c8.tar.gz |
Update emacs prelude config (vertico, corfu, consult, etc)
Diffstat (limited to 'emacs-prelude/personal/custom.el')
-rw-r--r-- | emacs-prelude/personal/custom.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs-prelude/personal/custom.el b/emacs-prelude/personal/custom.el index 772749a..96e72dd 100644 --- a/emacs-prelude/personal/custom.el +++ b/emacs-prelude/personal/custom.el @@ -7,11 +7,10 @@ '(("find-def" . cider--find-var) ("display-doc" . cider-doc-lookup) ("lookup-on-clojuredocs" . cider-clojuredocs-lookup))) - '(company-quickhelp-color-background "#4F4F4F") - '(company-quickhelp-color-foreground "#DCDCCC") + '(es-always-pretty-print t) '(org-agenda-files nil) '(package-selected-packages - '(solarized-theme flycheck-indicator simple-modeline miniedit smart-mode-line ivy-rich prelude subword-mode smartparens-mode projectile-mode prelude-mode rg f equake forge vterm dash magit-section markdown-mode popup s transient envrc hydra counsel-projectile ivy-hydra easy-kill-extras paredit-functions eval-expr lsp clj-refactor flycheck-clj-kondo yasnippet paredit dashboard emacs-dashboard company-quickhelp company-box company-prescient ivy-prescient yaml-mode web-mode lsp-ui lsp-mode json-mode js2-mode rainbow-mode elisp-slime-nav cider clojure-mode rainbow-delimiters company counsel swiper ivy exec-path-from-shell zop-to-char zenburn-theme which-key volatile-highlights undo-tree super-save smartrep smartparens operate-on-number nlinum move-text magit projectile imenu-anywhere hl-todo guru-mode gitignore-mode gitconfig-mode git-timemachine gist flycheck expand-region epl editorconfig easy-kill diminish diff-hl discover-my-major crux browse-kill-ring anzu ag ace-window)) + '(perp-projectile consult-projectile quelpa-use-package quelpa persp-projectile perspective consult-flycheck ctrlf consult-lsp embark-consult embark marginalia consult vertico corfu orderless es-mode multi-term jq-mode restclient multi-vterm solarized-theme flycheck-indicator simple-modeline miniedit smart-mode-line prelude subword-mode smartparens-mode projectile-mode prelude-mode rg f forge vterm dash magit-section markdown-mode popup s transient envrc hydra easy-kill-extras paredit-functions eval-expr lsp clj-refactor flycheck-clj-kondo yasnippet paredit dashboard emacs-dashboard yaml-mode web-mode lsp-ui lsp-mode json-mode js2-mode rainbow-mode elisp-slime-nav cider clojure-mode rainbow-delimiters exec-path-from-shell zop-to-char zenburn-theme which-key volatile-highlights undo-tree super-save smartrep smartparens operate-on-number nlinum move-text magit projectile imenu-anywhere hl-todo guru-mode gitignore-mode gitconfig-mode git-timemachine gist flycheck expand-region epl editorconfig easy-kill diminish diff-hl discover-my-major crux browse-kill-ring anzu ag ace-window)) '(pdf-view-midnight-colors '("#DCDCCC" . "#383838"))) (custom-set-faces ;; custom-set-faces was added by Custom. |