Add clang and clojure configuration
This commit is contained in:
parent
af539db4c6
commit
e41192395c
3 changed files with 32 additions and 1 deletions
8
init.el
8
init.el
|
|
@ -79,6 +79,10 @@
|
|||
tern
|
||||
company-tern
|
||||
|
||||
;; Clojure
|
||||
clojure-mode
|
||||
cider
|
||||
|
||||
;; Infrastructure files
|
||||
dockerfile-mode
|
||||
terraform-mode
|
||||
|
|
@ -118,6 +122,8 @@
|
|||
(load "~/.emacs.d/20erlang.el")
|
||||
(load "~/.emacs.d/20sh.el")
|
||||
(load "~/.emacs.d/20rust.el")
|
||||
(load "~/.emacs.d/20clang.el")
|
||||
(load "~/.emacs.d/20clojure.el")
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
|
@ -126,7 +132,7 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(erlang rspec-mode crystal-mode dap-mode lsp-ui company-lsp lsp-mode nginx-mode gitignore-mode js2-mode keyfreq company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck racer rust-mode hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode dash-at-point base16-theme exec-path-from-shell))))
|
||||
(cider clojure-mode erlang rspec-mode crystal-mode dap-mode lsp-ui company-lsp lsp-mode nginx-mode gitignore-mode js2-mode keyfreq company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck hydra solarized-theme company-ansible alchemist column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end dash-at-point base16-theme exec-path-from-shell))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue