config/doom: enable rust
This commit is contained in:
parent
a02ba4bc83
commit
805e7ffb9c
|
@ -578,7 +578,8 @@ Version 2019-11-04 2021-02-16"
|
|||
;:after org-mode
|
||||
:defer 3
|
||||
:init
|
||||
(setq company-minimum-prefix-length 1
|
||||
(setq company-minimum-prefix-length 2
|
||||
company-tooltip-limit 9
|
||||
company-dabbrev-ignore-case 't
|
||||
completion-ignore-case 't)
|
||||
:config
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
;;rest ; Emacs as a REST client
|
||||
rst ; ReST in peace
|
||||
(ruby +rails +tree-sitter +rbenv +lsp) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;scheme ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
|
|
Loading…
Reference in New Issue