diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-04 03:33:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-04 03:33:12 +0530 |
commit | a4221e16a657013bfd648e2844e48d7314baea46 (patch) | |
tree | 56aeba2490c59ba76eb49ea0586c25adf6b099bf /.doom.d | |
parent | 5efd1e0500f93527570197f14a79eaf352efd18f (diff) |
added obs and emacs keybindings
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index fd30f63..140902e 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -94,7 +94,7 @@ (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - ;;lsp ; M-x vscode + lsp ; M-x vscode magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs ;;pass ; password manager for nerds @@ -122,7 +122,7 @@ ;;data ; config/data formats ;;(dart +flutter) ; paint ui and not much else ;;dhall - ;;elixir ; erlang done right + elixir ; erlang done right ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age @@ -133,7 +133,7 @@ ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for ;;(go +lsp) ; the hipster dialect - ;;(haskell +lsp) ; a language that's lazier than I am + (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on ;;json ; At least it ain't XML @@ -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 ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor |