From b0476c82953cfe4d5e5e4dedf991c972e42d8529 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 29 Aug 2019 09:28:28 -0700 Subject: emacs packages and alias --- lib/common.nix | 2 +- lib/emacs-packages.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/common.nix b/lib/common.nix index 474a363..511bae5 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -135,7 +135,7 @@ in day = "date +%a"; ddate = "date +%Y.%m.%d"; dday = "date +%A"; - et = "emacs -nw"; # emacs in a terminal + et = "emacsclient -nw"; # emacs in a terminal fetch = "git fetch"; g = "grep -in"; ga = "git add -A"; diff --git a/lib/emacs-packages.nix b/lib/emacs-packages.nix index 1c9606e..9e624fb 100644 --- a/lib/emacs-packages.nix +++ b/lib/emacs-packages.nix @@ -43,6 +43,7 @@ hydra ibuffer-vc indent-guide ivy +ivy-rich ix ledger-mode lispy @@ -75,6 +76,7 @@ rotate s shakespeare-mode smart-mode-line +smart-mode-line-powerline-theme spacemacs-theme spaceline swiper @@ -88,4 +90,5 @@ yaml-mode yasnippet yasnippet-snippets zoom +znc ] -- cgit v1.2.3