mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-02-16 22:24:28 +00:00
update emacs config
This commit is contained in:
parent
2985163a37
commit
705a1c1799
|
@ -507,11 +507,9 @@
|
||||||
:custom
|
:custom
|
||||||
(company-minimum-prefix-length 1)
|
(company-minimum-prefix-length 1)
|
||||||
(company-idle-delay 0.0))
|
(company-idle-delay 0.0))
|
||||||
;;(setq company-clang-executable "~/code/competitive/clang++")
|
|
||||||
|
|
||||||
(use-package company-box
|
(use-package company-box
|
||||||
:hook (company-mode . company-box-mode))
|
:hook (company-mode . company-box-mode)) #+end_src
|
||||||
#+end_src
|
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
|
|
||||||
* Org
|
* Org
|
||||||
|
|
Loading…
Reference in a new issue