Compare commits

..

No commits in common. '5157bf9c018fb6347afae735ba171688bb863aa6' and '6b7e602dbc53d9a216b065e938d6ca4b94377fb2' have entirely different histories.

  1. 5
      doomemacs/.config/doom/config.el
  2. 4
      doomemacs/.config/doom/init.el
  3. 2
      nix-darwin/home.nix

@ -82,8 +82,3 @@
(drag-stuff-global-mode 1)
(map! :v "J" #'drag-stuff-down
:v "K" #'drag-stuff-up))
;; Format buffer bind
(map! :leader
(:prefix ("f" . "format")
:desc "Format buffer" "m" #'+format/buffer))

@ -151,7 +151,7 @@
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
(nix +lsp) ; I hereby declare "nix geht mehr!"
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
org ; organize your plain life in plain text
php ; perl's insecure younger brother
@ -166,7 +166,7 @@
;;rst ; ReST in peace
(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
(scala +lsp +tree-sitter) ; java, but good
(scala +lsp) ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
sh ; she sells {ba,z,fi}sh shells on the C xor
;;sml

@ -118,7 +118,6 @@
# Tools
nmap
dig
verilator
# Development stuff
gh
@ -164,7 +163,6 @@
# scala
metals
scalafmt
sbt
# formatters
shfmt

Loading…
Cancel
Save