Update init.el to reflect current standard
This commit is contained in:
parent
2a4cdd5f4b
commit
8377b90768
1 changed files with 41 additions and 32 deletions
|
@ -22,44 +22,49 @@
|
|||
;;deft
|
||||
doom
|
||||
;;doom-dashboard
|
||||
;; doom-quit
|
||||
;;doom-quit
|
||||
;;fill-column
|
||||
hl-todo
|
||||
;;indent-guides
|
||||
;;hydra
|
||||
indent-guides
|
||||
;;ligatures
|
||||
minimap
|
||||
modeline
|
||||
nav-flash
|
||||
;;neotree
|
||||
ophints
|
||||
(popup
|
||||
+all
|
||||
+defaults)
|
||||
;;pretty-code
|
||||
;;tabbar
|
||||
treemacs
|
||||
;;unicode
|
||||
(popup +defaults)
|
||||
;;tabs
|
||||
;;treemacs
|
||||
unicode
|
||||
vc-gutter
|
||||
vi-tilde-fringe
|
||||
window-select
|
||||
workspaces
|
||||
;;zen
|
||||
|
||||
:editor
|
||||
(evil +everywhere)
|
||||
;; file-templates
|
||||
fold
|
||||
;;(format +onsave)
|
||||
;;god
|
||||
;;lispy
|
||||
;;multiple-cursors
|
||||
;;objed
|
||||
;;parinfer
|
||||
rotate-text
|
||||
snippets
|
||||
;;snippets
|
||||
;;word-wrap
|
||||
|
||||
:emacs
|
||||
(dired
|
||||
;;+ranger
|
||||
+ranger
|
||||
;;+icons
|
||||
)
|
||||
electric
|
||||
;;ibuffer
|
||||
undo
|
||||
vc
|
||||
|
||||
:term
|
||||
|
@ -68,34 +73,40 @@
|
|||
;;term
|
||||
;;vterm
|
||||
|
||||
:checkers
|
||||
syntax
|
||||
;;spell
|
||||
;;grammar
|
||||
|
||||
:tools
|
||||
;;ansible
|
||||
;;debugger
|
||||
;;direnv
|
||||
;;docker
|
||||
;;editorconfig
|
||||
editorconfig
|
||||
;;ein
|
||||
eval
|
||||
;;flyspell
|
||||
;;gist
|
||||
(lookup
|
||||
+docsets)
|
||||
lsp
|
||||
;;macos
|
||||
magit
|
||||
;;make
|
||||
;;pass
|
||||
;;pdf
|
||||
;;prodigy
|
||||
;;rgb
|
||||
;;taskrunner
|
||||
;;terraform
|
||||
;;tmux
|
||||
;;upload
|
||||
;;wakatime
|
||||
|
||||
:os
|
||||
(:if IS-MAC macos)
|
||||
tty
|
||||
|
||||
:lang
|
||||
;;agda
|
||||
;;assembly
|
||||
;;cc
|
||||
clojure
|
||||
;;common-lisp
|
||||
|
@ -103,25 +114,32 @@
|
|||
;;crystal
|
||||
;;csharp
|
||||
data
|
||||
;;erlang
|
||||
;;(dart +flutter)
|
||||
elixir
|
||||
;;elm
|
||||
emacs-lisp
|
||||
;;erlang
|
||||
;;ess
|
||||
;;faust
|
||||
;;fsharp
|
||||
;;go
|
||||
;;(haskell +intero)
|
||||
;;fstar
|
||||
;;gdscript
|
||||
;;(go +lsp)
|
||||
;;(haskell +dante)
|
||||
;;hy
|
||||
;;idris
|
||||
json
|
||||
;;(java +meghanada)
|
||||
javascript
|
||||
;;julia
|
||||
;;kotlin
|
||||
;;latex
|
||||
;;lean
|
||||
;;factor
|
||||
;;ledger
|
||||
;;lua
|
||||
markdown
|
||||
nim
|
||||
;;nim
|
||||
;;nix
|
||||
;;ocaml
|
||||
(org
|
||||
|
@ -129,24 +147,25 @@
|
|||
+ipython
|
||||
+pandoc
|
||||
+present)
|
||||
;;perl
|
||||
;;php
|
||||
;;plantuml
|
||||
;;purescript
|
||||
;;python
|
||||
;;qt
|
||||
;;racket
|
||||
;;raku
|
||||
;;rest
|
||||
;;ruby
|
||||
(rust +lsp)
|
||||
;;scala
|
||||
;;scheme
|
||||
sh
|
||||
;;sml
|
||||
;;solidity
|
||||
;;swift
|
||||
;;terra
|
||||
web
|
||||
;;vala
|
||||
yaml
|
||||
|
||||
:email
|
||||
(mu4e +gmail)
|
||||
|
@ -161,16 +180,6 @@
|
|||
;;irc
|
||||
;;(rss +org)
|
||||
;;twitter
|
||||
;;(write
|
||||
;; +wordnut
|
||||
;; +langtool)
|
||||
|
||||
:collab
|
||||
;;floobits
|
||||
;;impatient-mode
|
||||
|
||||
:checkers
|
||||
flycheck
|
||||
|
||||
:config
|
||||
;; For literate config users. This will tangle+compile a config.org
|
||||
|
|
Loading…
Add table
Reference in a new issue