Compare commits

...

2 Commits

Author SHA1 Message Date
Elias Almqvist f261611513
julia 2 weeks ago
Elias Almqvist 0f19e7d80d
tweaks 2 weeks ago
  1. 6
      doomemacs/.config/doom/init.el
  2. 3
      nix-darwin/home.nix

@ -37,7 +37,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;indent-guides ; highlighted indent columns
ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
neotree ; a project drawer, like NERDTree for vim
@ -94,10 +94,10 @@
;;direnv
;;docker
;;editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
lookup ; navigate your code and its documentation
;;lsp ; M-x vscode
lsp ; M-x vscode
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds

@ -155,7 +155,8 @@
ruby
# julia
julia_19-bin # compat
julia-bin
# julia_19-bin # compat
# py
python3

Loading…
Cancel
Save