Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
aaleali committed Sep 14, 2021
2 parents a0f4b0a + 2c1abd5 commit 3606e35
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
;; +childframe ;; may cause lag
)

(ivy
;; +childframe ;; causes lags [in darwin] when the Emacs window is enlarged
+prescient
(vertico
+icons)
;; (ivy
;; ;; +childframe ;; causes lags [in darwin] when the Emacs window is enlarged
;; +prescient
;; +icons)

:ui
fill-column
Expand All @@ -28,7 +30,8 @@
+ascii
+github
+unicode)
(treemacs)
(treemacs
+lsp)
(popup
+all
+defaults
Expand All @@ -45,7 +48,8 @@
zen

:editor
(evil +everywhere)
(evil
+everywhere)
word-wrap
file-templates
snippets
Expand Down Expand Up @@ -121,8 +125,6 @@
+lsp)
(javascript
+lsp)
(julia
+lsp)
(latex
+latexmk
+cdlatex
Expand All @@ -144,15 +146,12 @@
+brain
+gnuplot)
plantuml
(purescript
+lsp)
(python
+lsp
+pyright
+poetry)
(rust
+lsp)
racket
rest
(scala
+lsp)
Expand All @@ -163,11 +162,9 @@
web

:app
;;(email +gmail) ; emacs as an email client
;;irc ; how neckbeards socialize
(rss
+org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought
+org)
everywhere

:collab
;;floobits ; peer programming for a price
Expand Down

0 comments on commit 3606e35

Please sign in to comment.