From f5d6249d433328954ebab56fe87da5d13e9a30d9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 25 Aug 2023 21:40:53 +0900 Subject: [PATCH] Update emacs --- home-manager/common/software/cli/bash.nix | 1 - home-manager/common/software/cli/doom-emacs.d/init.el | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 5af650f8..f8fb0e41 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -61,7 +61,6 @@ # Don't use X to open emacs emacs = "emacs -nw"; - emacsx = "emacs"; # docker d = "docker"; diff --git a/home-manager/common/software/cli/doom-emacs.d/init.el b/home-manager/common/software/cli/doom-emacs.d/init.el index c818cc1d..1cf11055 100644 --- a/home-manager/common/software/cli/doom-emacs.d/init.el +++ b/home-manager/common/software/cli/doom-emacs.d/init.el @@ -140,9 +140,9 @@ ;;(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 @@ -151,7 +151,7 @@ ;;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 @@ -172,7 +172,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - ;;web ; the tubes + web ; the tubes yaml ; JSON, but readable ;;zig ; C, but simpler