X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=emacs%2F.emacs;fp=emacs%2F.emacs;h=d296bbe52c7f2a6dc740b4f85c635dc57697a65a;hb=ec5f0c5e17cd4050bd1a3104e5ccca7f3258bc66;hp=1d258be21a7e9a60593bac23877ec6b259b24f38;hpb=8f540bfb294f5fadf9e15d85c668c8dda3ced64c;p=max%2Fdotfiles.git diff --git a/emacs/.emacs b/emacs/.emacs index 1d258be..d296bbe 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -22,7 +22,7 @@ ("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3"))) '(package-selected-packages (quote - (evil-magit evil-leader evil-org molokai-theme org-evil flycheck-mypy jinja2 jinja2-mode highlight-indent-guides projectile helm-projectile zenburn-theme helm helm-config use-package flycheck company-jedi company org evil))) + (wanderlust evil-magit evil-leader evil-org molokai-theme org-evil flycheck-mypy jinja2 jinja2-mode highlight-indent-guides projectile helm-projectile zenburn-theme helm helm-config use-package flycheck company-jedi company org evil))) '(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838"))) '(vc-annotate-background "#2B2B2B") '(vc-annotate-color-map @@ -116,6 +116,11 @@ (add-hook 'after-init-hook 'global-company-mode) +(use-package wanderlust + :ensure t) + + + (add-hook 'prog-mode-hook 'electric-pair-mode)