Update doom
This commit is contained in:
parent
83dd7af3c0
commit
890f76ae91
3 changed files with 76 additions and 6 deletions
|
|
@ -42,7 +42,7 @@
|
|||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
;;pretty-code ; ligatures or substitute text with pretty symbols
|
||||
;;tabs ; a tab bar for Emacs
|
||||
;;treemacs ; a project drawer, like neotree but cooler
|
||||
treemacs ; a project drawer, like neotree but cooler ; XXX Changed
|
||||
;;unicode ; extended unicode support for various languages
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
(eval +overlay) ; run code, run (also, repls)
|
||||
;;gist ; interacting with github gists
|
||||
lookup ; navigate your code and its documentation
|
||||
;;lsp
|
||||
lsp ; XXX Changed
|
||||
macos ; MacOS-specific commands XXX Changed
|
||||
magit ; a git porcelain for Emacs
|
||||
make ; run make tasks from Emacs ; XXX Changed
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
;;idris ;
|
||||
;;json ; At least it ain't XML
|
||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||
javascript ; all(hope(abandon(ye(who(enter(here)))))) ; XXX Changed
|
||||
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ; XXX Changed
|
||||
;;julia ; a better, faster MATLAB
|
||||
;;kotlin ; a better, slicker Java(Script)
|
||||
;;latex ; writing papers in Emacs has never been so fun
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
;;python ; beautiful is better than ugly
|
||||
(python +lsp) ; beautiful is better than ugly ;; XXX Changed
|
||||
;;qt ; the 'cutest' gui framework ever
|
||||
;;racket ; a DSL for DSLs
|
||||
;;raku ; the artist formerly known as perl6
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
;;web ; the tubes
|
||||
;;yaml ; JSON, but readable
|
||||
yaml ; JSON, but readable ;; XXX Changed
|
||||
|
||||
:email
|
||||
;;(mu4e +gmail)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue