Update the init.el template

This commit is contained in:
TEC 2022-06-18 12:06:43 +08:00
parent 531c856cdb
commit d5665e1a81
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 18 additions and 3 deletions

View File

@ -445,7 +445,10 @@ have flags applied to tweak their behaviour.
;; This file controls what Doom modules are enabled and what order they load in.
;; Press 'K' on a module to view its documentation, and 'gd' to browse its directory.
(doom! :completion
(doom! :input
<<doom-input>>
:completion
<<doom-completion>>
:ui
@ -608,6 +611,7 @@ rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects
;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux
;;tree-sitter ; syntax and parsing, sitting in a tree...
upload ; map local to remote projects via ssh/ftp
#+end_src
@ -625,7 +629,7 @@ associated file.
#+begin_src emacs-lisp
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
;;cc ; C/C++/Obj-C madness
;;(cc +lsp) ; C > C++ == 1
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
@ -643,12 +647,13 @@ ess ; emacs speaks statistics
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
;;(graphql +lsp) ; Give queries a REST
;;(go +lsp) ; the hipster dialect
;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ;
json ; At least it ain't XML
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
;;(java +lsp) ; the poster child for carpal tunnel syndrome
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
(julia +lsp) ; Python, R, and MATLAB in a blender
;;kotlin ; a better, slicker Java(Script)
@ -697,6 +702,16 @@ yaml ; JSON, but readable
;;zig ; C, but simpler
#+end_src
**** Input
#+name: doom-input
#+begin_src emacs-lisp
;;bidi ; (tfel ot) thgir etirw uoy gnipleh
;;chinese
;;japanese
;;layout ; auie,ctsrnm is the superior home row
#+end_src
**** Everything in Emacs
It's just too convenient being able to have everything in Emacs.
I couldn't resist the Email and Feed modules.