Compare commits

..

2 Commits
emacs ... main

Author SHA1 Message Date
Leni Aniva 85412a0282 Merge branch 'emacs' 2023-08-13 20:34:31 -07:00
Leni Aniva d1fafb1d2c Change tabs to 3 in rustfmt 2023-08-13 20:34:25 -07:00
2 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@
vc ; version-control and Emacs, sitting in a tree
:term
eshell ; the elisp shell that works everywhere
;;eshell ; the elisp shell that works everywhere
;;shell ; simple shell REPL for Emacs
;;term ; basic terminal emulator for Emacs
vterm ; the best terminal emulation in Emacs
@ -88,7 +88,7 @@
;;ansible
;;biblio ; Writes a PhD for you (citation needed)
debugger ; FIXME stepping through code, to help you add bugs
direnv
;;direnv
docker
editorconfig ; let someone else argue about tabs vs spaces
ein ; tame Jupyter notebooks with emacs
@ -106,7 +106,7 @@
;;terraform ; infrastructure as code
tmux ; an API for interacting with tmux
tree-sitter ; syntax and parsing, sitting in a tree...
upload ; map local to remote projects via ssh/ftp
;;upload ; map local to remote projects via ssh/ftp
:os
(:if IS-MAC macos) ; improve compatibility with macOS
@ -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 ; 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

View File

@ -1,4 +1,4 @@
# Allman style
brace_style = "AlwaysNextLine"
hard_tabs = true
tab_spaces = 2
tab_spaces = 3