Skip to content

Commit

Permalink
[misc] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ncer committed Sep 23, 2021
1 parent 9b622fc commit c867e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 80 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

## Main tenets

* Prefer basic semantic highlighting via grayscale & font weight; **no** syntax highlighting
* I use `evil`, but my bindings are a chaotic mix of both vim & emacs philosophies
* Favour LSP to power an IDE-like experience wherever possible (I use `lsp-mode`)
* Prefer basic semantic highlighting via grayscale & font weight; **no** syntax highlighting.
* I use Nicolas Rougier's wonderful [`nano`](https://github.com/rougier/nano-emacs) as my theme base.
* I use `evil`, but my bindings are a chaotic mix of both `vim` & `emacs` philosophies
* Favour LSP to power an IDE-like experience wherever possible (I use `lsp-mode`), except for TypeScript, where I use [`tide`](https://github.com/ananthakumaran/tide/
)
* `org-mode` for building out a second brain (via `org-roam`), task management (via a GTD-esque workflow within `org-roam`), and literate development (via `org-babel`)
* `straight.el` for package management

## Credits

* Heavily ~~copied~~ borrowed & adapted from [Chris Barrett](https://github.com/chrisbarrett)'s
wonderful [setup](https://github.com/chrisbarrett/.emacs.d).
* Thanks to [JH](https://github.com/jackhopner) for the setup script
* Thanks to [hlissner](https://github.com/hlissner/doom-emacs) for his wonderful mode-line
75 changes: 0 additions & 75 deletions setup.sh

This file was deleted.

0 comments on commit c867e81

Please sign in to comment.