2020-06-01 15:31:18 +00:00
|
|
|
;;; init.el -*
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
;; This file controls what Doom modules are enabled and what order they load in.
|
|
|
|
;; Remember to run 'doom sync' after modifying it!
|
|
|
|
|
|
|
|
;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's
|
|
|
|
;; documentation. There you'll find information about all of Doom's modules
|
|
|
|
;; and what flags they support.
|
|
|
|
|
|
|
|
;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or
|
|
|
|
;; 'C-c g k' for non-vim users) to view its documentation. This works on
|
|
|
|
;; flags as well (those symbols that start with a plus).
|
|
|
|
;;
|
|
|
|
;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its
|
|
|
|
;; directory (for easy access to its source code).
|
|
|
|
|
2021-05-06 06:28:37 +00:00
|
|
|
(doom! :input
|
2022-01-11 14:19:46 +00:00
|
|
|
chinese
|
2020-09-10 19:12:26 +00:00
|
|
|
japanese
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:completion
|
2022-01-11 14:19:46 +00:00
|
|
|
(company +childframe)
|
|
|
|
(vertico +icons)
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:ui
|
2022-01-11 14:19:46 +00:00
|
|
|
doom
|
|
|
|
doom-dashboard
|
|
|
|
hl-todo
|
|
|
|
indent-guides
|
|
|
|
modeline
|
|
|
|
ophints
|
|
|
|
(popup +defaults)
|
|
|
|
(ligatures +extra)
|
|
|
|
unicode
|
|
|
|
vc-gutter
|
|
|
|
vi-tilde-fringe
|
|
|
|
workspaces
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:editor
|
2022-01-11 14:19:46 +00:00
|
|
|
(evil +everywhere)
|
|
|
|
file-templates
|
|
|
|
fold
|
|
|
|
format
|
|
|
|
lispy
|
|
|
|
snippets
|
|
|
|
word-wrap
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:emacs
|
2022-01-11 14:19:46 +00:00
|
|
|
(dired +ranger)
|
|
|
|
electric
|
|
|
|
undo
|
|
|
|
vc
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:term
|
2022-01-11 14:19:46 +00:00
|
|
|
vterm
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:checkers
|
2022-01-11 14:19:46 +00:00
|
|
|
syntax
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:tools
|
2021-07-31 23:57:41 +00:00
|
|
|
biblio
|
2022-01-11 14:19:46 +00:00
|
|
|
(debugger +lsp)
|
2020-09-10 19:12:26 +00:00
|
|
|
direnv
|
2022-01-11 14:19:46 +00:00
|
|
|
editorconfig
|
|
|
|
(eval +overlay)
|
2021-04-30 14:22:16 +00:00
|
|
|
(lookup
|
2022-05-24 11:02:00 +00:00
|
|
|
+dictionary
|
|
|
|
+offline)
|
2020-04-29 15:58:14 +00:00
|
|
|
lsp
|
2022-01-11 14:19:46 +00:00
|
|
|
magit
|
|
|
|
rgb
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:lang
|
2022-01-11 14:19:46 +00:00
|
|
|
(cc +lsp)
|
|
|
|
clojure
|
|
|
|
common-lisp
|
|
|
|
data
|
|
|
|
(dart +flutter)
|
|
|
|
emacs-lisp
|
|
|
|
ess
|
|
|
|
(gdscript +lsp)
|
|
|
|
(latex +latexmk)
|
|
|
|
lua
|
|
|
|
markdown
|
|
|
|
nix
|
2020-09-10 19:12:26 +00:00
|
|
|
(org +gnuplot
|
2022-05-24 11:02:00 +00:00
|
|
|
+dragndrop
|
|
|
|
+hugo
|
|
|
|
+journal
|
|
|
|
+noter
|
|
|
|
+pandoc
|
|
|
|
+present
|
|
|
|
+pretty
|
|
|
|
+roam2)
|
2022-01-11 14:19:46 +00:00
|
|
|
raku
|
2021-04-30 14:22:16 +00:00
|
|
|
(python +lsp
|
|
|
|
+pyright
|
2022-01-11 14:19:46 +00:00
|
|
|
+cython)
|
|
|
|
racket
|
|
|
|
(ruby +rails)
|
|
|
|
(rust +lsp)
|
2022-05-24 11:02:00 +00:00
|
|
|
(scheme
|
|
|
|
+guile
|
|
|
|
+racket
|
|
|
|
+mit)
|
2022-01-11 14:19:46 +00:00
|
|
|
sh
|
|
|
|
web
|
2020-04-29 15:58:14 +00:00
|
|
|
|
|
|
|
:config
|
2021-05-06 06:28:37 +00:00
|
|
|
(default +bindings +smartparens)
|
|
|
|
|
2022-01-11 14:19:46 +00:00
|
|
|
;; My custom modules should be placed here.
|
2021-05-06 06:28:37 +00:00
|
|
|
:tools
|
|
|
|
(wiki +anki
|
2021-07-31 23:57:41 +00:00
|
|
|
+biblio
|
2022-05-24 11:02:00 +00:00
|
|
|
+graph
|
|
|
|
+krita))
|