mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-24 18:19:00 +00:00
Update the configs for zsh and Doom Emacs
This commit is contained in:
parent
cb8a0128e2
commit
b7052862a5
@ -40,7 +40,7 @@
|
|||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
pretty-code ; ligatures or substitute text with pretty symbols
|
pretty-code ; ligatures or substitute text with pretty symbols
|
||||||
;;tabs ; an tab bar for Emacs
|
;;tabs ; an tab bar for Emacs
|
||||||
treemacs ; a project drawer, like neotree but cooler
|
;;treemacs ; a project drawer, like neotree but cooler
|
||||||
;;unicode ; extended unicode support for various languages
|
;;unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
vc-gutter ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
@ -121,7 +121,7 @@
|
|||||||
;;faust ; dsp, but you get to keep your soul
|
;;faust ; dsp, but you get to keep your soul
|
||||||
;;fsharp ; ML stands for Microsoft's Language
|
;;fsharp ; ML stands for Microsoft's Language
|
||||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||||
(go +lsp) ; the hipster dialect
|
;;(go +lsp) ; the hipster dialect
|
||||||
;;(haskell +dante) ; a language that's lazier than I am
|
;;(haskell +dante) ; a language that's lazier than I am
|
||||||
;;hy ; readability of scheme w/ speed of python
|
;;hy ; readability of scheme w/ speed of python
|
||||||
;;idris ;
|
;;idris ;
|
||||||
@ -149,7 +149,7 @@
|
|||||||
;;rest ; Emacs as a REST client
|
;;rest ; Emacs as a REST client
|
||||||
;;rst ; ReST in peace
|
;;rst ; ReST in peace
|
||||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
;;scala ; java, but good
|
;;scala ; java, but good
|
||||||
;;scheme ; a fully conniving family of lisps
|
;;scheme ; a fully conniving family of lisps
|
||||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||||
|
@ -51,9 +51,6 @@
|
|||||||
;;;;;;;;;;;;
|
;;;;;;;;;;;;
|
||||||
; PACKAGES ;
|
; PACKAGES ;
|
||||||
;;;;;;;;;;;;
|
;;;;;;;;;;;;
|
||||||
|
|
||||||
(package! ewal)
|
|
||||||
|
|
||||||
(package! org-brain)
|
(package! org-brain)
|
||||||
(package! modus-operandi-theme)
|
(package! modus-operandi-theme)
|
||||||
(package! modus-vivendi-theme)
|
(package! modus-vivendi-theme)
|
||||||
|
@ -29,4 +29,3 @@ export TERMINAL="alacritty"
|
|||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
export READ="zathura"
|
export READ="zathura"
|
||||||
export FILE="lf"
|
export FILE="lf"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user