dotfiles/emacs/init.el

117 lines
2.2 KiB
EmacsLisp
Raw Normal View History

;;; init.el -*
;; 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
japanese
:completion
2022-01-11 14:19:46 +00:00
(company +childframe)
(vertico +icons)
:ui
2022-01-11 14:19:46 +00:00
doom
doom-dashboard
doom-quit
hl-todo
indent-guides
modeline
ophints
(popup +defaults)
(ligatures +extra)
unicode
vc-gutter
vi-tilde-fringe
workspaces
:editor
2022-01-11 14:19:46 +00:00
(evil +everywhere)
file-templates
fold
format
lispy
snippets
word-wrap
:emacs
2022-01-11 14:19:46 +00:00
(dired +ranger)
electric
undo
vc
:term
2022-01-11 14:19:46 +00:00
vterm
:checkers
2022-01-11 14:19:46 +00:00
syntax
:tools
biblio
2022-01-11 14:19:46 +00:00
(debugger +lsp)
direnv
2022-01-11 14:19:46 +00:00
editorconfig
(eval +overlay)
2021-04-30 14:22:16 +00:00
(lookup
+dictionary
2022-01-11 14:19:46 +00:00
+offline)
lsp
2022-01-11 14:19:46 +00:00
magit
pdf
rgb
upload
: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
(org +gnuplot
2022-01-11 14:19:46 +00:00
+dragndrop
+hugo
+journal
+noter
+pandoc
+present
+pretty
+roam2)
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)
scheme
sh
web
: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
+biblio
+graph))