From dea4ba1dbda4f22c66180ccbb71a5bad7bcf0ba3 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 7 Aug 2023 21:22:02 +0300 Subject: [PATCH] adding emacs functionality --- home/cfg/doom.d/init.el | 14 +++++++------- home/laptop.nix | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/home/cfg/doom.d/init.el b/home/cfg/doom.d/init.el index 7e0ae31..082a8d7 100644 --- a/home/cfg/doom.d/init.el +++ b/home/cfg/doom.d/init.el @@ -119,7 +119,7 @@ ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans - ;;data ; config/data formats + data ; config/data formats ;;(dart +flutter) ; paint ui and not much else ;;dhall ;;elixir ; erlang done right @@ -137,18 +137,18 @@ ;;(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 + json ; At least it ain't XML ;;(java +meghanada) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) + javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun ;;lean ; for folks with too much to prove ;;ledger ; be audit you can be - ;;lua ; one-based indices? one-based indices + 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 @@ -169,8 +169,8 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - ;;web ; the tubes - ;;yaml ; JSON, but readable + (web +lsp) ; the tubes + yaml ; JSON, but readable ;;zig ; C, but simpler :email diff --git a/home/laptop.nix b/home/laptop.nix index 5cb4317..7021592 100644 --- a/home/laptop.nix +++ b/home/laptop.nix @@ -110,6 +110,9 @@ doom-emacs = { enable = true; doomPrivateDir = ./cfg/doom.d; + extraPackages = with pkgs; [ + nixfmt + ]; }; zsh = { enable = true;