X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d_2%2Fconfig.org;h=75eecae16ac2095965fce88de633d308cb9d51e5;hb=b402f6af1d2971c9b6a472027e9fe37364f3342c;hp=6883926ec123b464226175c8914543b4df03d896;hpb=1178cd1a707c694c27fc5e722237258cc1a350b1;p=dotfiles.git diff --git a/emacs.d_2/config.org b/emacs.d_2/config.org index 6883926..75eecae 100644 --- a/emacs.d_2/config.org +++ b/emacs.d_2/config.org @@ -268,6 +268,16 @@ improve color for org-mode #+END_SRC +** Rainbow-delimiter + +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + + (use-package rainbow-delimiters + :ensure t + :init + (add-hook 'prog-mode-hook #'rainbow-delimiters-mode)) + +#+END_SRC * Org-mode Settings ** Org-mode Basic setting @@ -1388,6 +1398,17 @@ company mode #+END_SRC +[[https://github.com/company-mode/company-statistics][company-statistics]] + +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + + (use-package company-statistics + :ensure t + :config + (company-statistics-mode)) + +#+END_SRC + * Todo - change M-o to trigger to delete other windows and restore previous config