feat: add cppconfig.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
34e01fde7d
commit
08b120f0b7
3 changed files with 31 additions and 1 deletions
|
@ -59,6 +59,7 @@
|
|||
(straight-use-package 'scribble-mode)
|
||||
(straight-use-package 'go-mode)
|
||||
(straight-use-package 'auctex)
|
||||
(straight-use-package 'yaml-mode)
|
||||
|
||||
|
||||
;; ====== Custom =============================
|
||||
|
@ -71,6 +72,7 @@
|
|||
(load-library "mu4econfig")
|
||||
(load-library "racket")
|
||||
(load-library "latexconfig")
|
||||
(load-library "cppconfig")
|
||||
|
||||
;; ====== Hooks ==============================
|
||||
(add-hook 'after-init-hook 'global-company-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue