summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2023-12-19 12:08:37 +0100
committerLibravatar Terin Stock <terinjokes@gmail.com>2023-12-19 12:08:37 +0100
commita0b288e854c6788f360e5c7ef17d9ad6d1730bad (patch)
tree59db8e43f0456e18a22eee2953db494da71e8165 /init.el
parentmodules: enable LSP for Clojure (diff)
downloaddoom-emacs-a0b288e854c6788f360e5c7ef17d9ad6d1730bad.tar.xz
chore: update config
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/init.el b/init.el
index dc9f436..84c10ef 100644
--- a/init.el
+++ b/init.el
@@ -66,7 +66,7 @@
word-wrap ; soft wrapping with language-aware indent
:emacs
- dired ; making dired pretty [functional]
+ (dired +icons) ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent
;;ibuffer ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes
@@ -90,7 +90,7 @@
;;docker
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
- ;(eval +overlay) ; run code, run (also, repls)
+ ;;(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
(lookup +dictionary); navigate your code and its documentation
(lsp +eglot) ; M-x vscode
@@ -101,14 +101,14 @@
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects
- terraform ; infrastructure as code
+ ;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux
tree-sitter
;;upload ; map local to remote projects via ssh/ftp
:os
(:if IS-MAC macos) ; improve compatibility with macOS
- tty ; improve the terminal Emacs experience
+ (tty +osc) ; improve the terminal Emacs experience
:lang
;;agda ; types of types of types of types...
@@ -147,7 +147,7 @@
;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
- (nix +tree-sitter) ; I hereby declare "nix geht mehr!"
+ ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +pretty) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
@@ -160,7 +160,7 @@
;;rest ; Emacs as a REST client
;;rst ; ReST in peace
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
- ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
+ (rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
(sh +tree-sitter) ; she sells {ba,z,fi}sh shells on the C xor
@@ -169,7 +169,7 @@
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
;;web ; the tubes
- (yaml +lsp) ; JSON, but readable
+ (yaml +lsp +tree-sitter) ; JSON, but readable
;;zig ; C, but simpler
:email