aboutsummaryrefslogtreecommitdiffstats
path: root/doom/init.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-01 18:15:00 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-01 19:05:51 +0000
commit9b4cd7b1a1ac63e81229b65f1157a1f17a4d1f5a (patch)
tree42f3a37efc90e9d714f7d57a0bc72a01981720fc /doom/init.el
parent678c222df137ee82892ca1d10ec989245a5bb9df (diff)
downloaddotfiles-9b4cd7b1a1ac63e81229b65f1157a1f17a4d1f5a.tar.gz
dotfiles-9b4cd7b1a1ac63e81229b65f1157a1f17a4d1f5a.zip
Update emacs confics
Diffstat (limited to 'doom/init.el')
-rw-r--r--doom/init.el17
1 files changed, 9 insertions, 8 deletions
diff --git a/doom/init.el b/doom/init.el
index e60b799..cbf3d3e 100644
--- a/doom/init.el
+++ b/doom/init.el
@@ -88,9 +88,8 @@
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
- ;;lookup ; navigate your code and its documentation
- ;;lsp
- macos ; MacOS-specific commands
+ lookup ; navigate your code and its documentation
+ lsp
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
pass ; password manager for nerds
@@ -103,7 +102,7 @@
:lang
agda ; types of types of types of types...
- ;;assembly ; assembly for fun or debugging
+ assembly ; assembly for fun or debugging
cc ; C/C++/Obj-C madness
clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all
@@ -147,12 +146,12 @@
;;perl ; write code no one else can comprehend
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
- ;;purescript ; javascript, but functional
+ purescript ; javascript, but functional
python ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
racket ; a DSL for DSLs
- ;;rest ; Emacs as a REST client
- ;;rst ; ReST in peace
+ 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()
scala ; java, but good
@@ -176,4 +175,6 @@
:config
;;literate
- (default +bindings +smartparens))
+ (default +bindings +smartparens)
+
+ :os macos)