mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
cleaned up emacs config
This commit is contained in:
parent
4dc4675c40
commit
cc14ce9715
@ -18,7 +18,7 @@
|
|||||||
doom-dashboard ; a nifty splash screen for Emacs
|
doom-dashboard ; a nifty splash screen for Emacs
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
nav-flash ; blink the current line after jumping
|
;;nav-flash ; blink the current line after jumping
|
||||||
ophints ; highlight the region an operation acts on
|
ophints ; highlight the region an operation acts on
|
||||||
(popup ; tame sudden yet inevitable temporary windows
|
(popup ; tame sudden yet inevitable temporary windows
|
||||||
+all ; catch all popups that start with an asterix
|
+all ; catch all popups that start with an asterix
|
||||||
@ -35,17 +35,16 @@
|
|||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
(format +onsave +format-with-lsp) ; automated prettiness
|
(format +onsave +format-with-lsp) ; automated prettiness
|
||||||
multiple-cursors ; editing in many places at once
|
;multiple-cursors ; editing in many places at once
|
||||||
rotate-text ; cycle region at point between text candidates
|
;rotate-text ; cycle region at point between text candidates
|
||||||
snippets ; my elves. They type so I don't have to
|
;snippets ; my elves. They type so I don't have to
|
||||||
word-wrap ; soft wrapping with language-aware indent
|
word-wrap ; soft wrapping with language-aware indent
|
||||||
|
|
||||||
:emacs
|
:emacs
|
||||||
(dired +icons
|
(dired +icons +ranger)
|
||||||
+ranger) ; making dired pretty [functional]
|
electric
|
||||||
electric ; smarter, keyword-based electric-indent
|
(ibuffer +icons)
|
||||||
(ibuffer +icons) ; interactive buffer management
|
vc
|
||||||
vc ; version-control and Emacs, sitting in a tree
|
|
||||||
(undo +tree)
|
(undo +tree)
|
||||||
|
|
||||||
:term
|
:term
|
||||||
@ -55,51 +54,44 @@
|
|||||||
;;vterm ; another terminals in Emacs
|
;;vterm ; another terminals in Emacs
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
spell
|
syntax
|
||||||
|
(spell +aspell)
|
||||||
grammar
|
grammar
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
biblio
|
biblio
|
||||||
(docker +lsp)
|
(docker +lsp)
|
||||||
editorconfig ; let someone else argue about tabs vs spaces
|
editorconfig
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay)
|
||||||
lsp
|
lsp
|
||||||
magit ; a git porcelain for Emacs
|
magit
|
||||||
make ; run make tasks from Emacs
|
make
|
||||||
pass ; password manager for nerds
|
pass
|
||||||
pdf ; pdf enhancements
|
pdf
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
(cc +lsp) ; C/C++/Obj-C madness
|
(cc +lsp)
|
||||||
data ; config/data formats
|
data
|
||||||
emacs-lisp ; drown in parentheses
|
emacs-lisp
|
||||||
(go
|
(go +lsp)
|
||||||
+lsp)
|
(javascript +lsp)
|
||||||
(javascript ; all(hope(abandon(ye(who(enter(here))))))
|
ledger
|
||||||
+lsp)
|
(markdown +grip)
|
||||||
ledger ; an accounting system in Emacs
|
(org
|
||||||
(markdown +grip) ; writing docs for people to ignore
|
|
||||||
(org ; organize your plain life in plain text
|
|
||||||
+noter
|
+noter
|
||||||
+journal
|
+journal
|
||||||
+roam
|
+roam
|
||||||
+dragndrop ; drag & drop files/images into org buffers
|
+dragndrop
|
||||||
+pandoc
|
+pandoc
|
||||||
+pretty
|
+pretty
|
||||||
+present) ; using org-mode for presentations
|
+present)
|
||||||
(php
|
|
||||||
+lsp) ; perl's insecure younger brother
|
|
||||||
(python
|
|
||||||
+lsp) ; beautiful is better than ugly
|
|
||||||
(rust
|
|
||||||
+lsp) ; rust support
|
|
||||||
(sh
|
|
||||||
+lsp
|
|
||||||
+fish) ; she sells {ba,z,fi}sh shells on the C xor
|
|
||||||
(web
|
|
||||||
+lsp) ; the tubes
|
|
||||||
(yaml +lsp)
|
|
||||||
(json +lsp)
|
(json +lsp)
|
||||||
|
(php +lsp)
|
||||||
|
(python +lsp)
|
||||||
|
(rust +lsp)
|
||||||
|
(sh +lsp +fish)
|
||||||
|
(web +lsp)
|
||||||
|
(yaml +lsp)
|
||||||
|
|
||||||
:email
|
:email
|
||||||
mu4e
|
mu4e
|
||||||
@ -109,6 +101,7 @@
|
|||||||
irc ; how neckbeards socialize
|
irc ; how neckbeards socialize
|
||||||
(rss +org) ; emacs as an RSS reader
|
(rss +org) ; emacs as an RSS reader
|
||||||
|
|
||||||
|
|
||||||
:config
|
:config
|
||||||
literate
|
literate
|
||||||
(default +bindings +smartparens))
|
(default +bindings +smartparens))
|
||||||
|
Loading…
Reference in New Issue
Block a user