2019-12-14 16:25:04 +01:00
|
|
|
# This file builds an Emacs pre-configured with the packages I need
|
|
|
|
# and my personal Emacs configuration.
|
2020-01-07 23:28:17 +01:00
|
|
|
#
|
|
|
|
# On NixOS machines, this Emacs currently does not support
|
|
|
|
# Imagemagick, see https://github.com/NixOS/nixpkgs/issues/70631.
|
|
|
|
#
|
|
|
|
# Forcing Emacs to link against Imagemagick currently causes libvterm
|
|
|
|
# to segfault, which is a lot less desirable than not having telega
|
|
|
|
# render images correctly.
|
2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2018-03-04 00:07:38 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
with depot;
|
2020-03-09 00:17:01 +01:00
|
|
|
with third_party.emacsPackages;
|
2019-12-15 21:55:46 +01:00
|
|
|
with third_party.emacs;
|
2018-03-04 00:07:38 +01:00
|
|
|
|
2019-12-14 13:47:07 +01:00
|
|
|
let
|
2020-03-09 00:17:01 +01:00
|
|
|
emacsWithPackages = (third_party.emacsPackagesGen third_party.emacs26).emacsWithPackages;
|
2018-09-19 22:59:42 +02:00
|
|
|
|
2019-12-19 15:48:22 +01:00
|
|
|
# $PATH for binaries that need to be available to Emacs
|
|
|
|
emacsBinPath = lib.makeBinPath [ third_party.telega ];
|
|
|
|
|
2019-12-16 12:59:07 +01:00
|
|
|
identity = x: x;
|
2020-02-07 13:41:43 +01:00
|
|
|
|
|
|
|
# EXWM straight from GitHub. As of 2020-02-07, XELB in nixpkgs is
|
|
|
|
# already at a recent enough version and does not need to be
|
|
|
|
# overridden.
|
|
|
|
exwmMaster = exwm.overrideAttrs(_: {
|
|
|
|
src = third_party.fetchFromGitHub {
|
|
|
|
owner = "ch11ng";
|
|
|
|
repo = "exwm";
|
|
|
|
rev = "48db94f48bea1137132345abfe8256cfc6219248";
|
|
|
|
sha256 = "0jj12z6m5kvanq19gds3jpvid2mg8w28bbbq9iycl751y2sj4l1r";
|
|
|
|
};
|
|
|
|
});
|
|
|
|
|
2019-12-16 12:59:07 +01:00
|
|
|
tazjinsEmacs = pkgfun: (emacsWithPackages(epkgs: pkgfun(
|
2018-03-04 00:07:38 +01:00
|
|
|
# Actual ELPA packages (the enlightened!)
|
|
|
|
(with epkgs.elpaPackages; [
|
|
|
|
ace-window
|
|
|
|
avy
|
|
|
|
pinentry
|
|
|
|
rainbow-mode
|
|
|
|
undo-tree
|
|
|
|
]) ++
|
|
|
|
|
2018-05-01 16:06:28 +02:00
|
|
|
# MELPA packages:
|
|
|
|
(with epkgs.melpaPackages; [
|
2020-02-05 12:58:57 +01:00
|
|
|
ace-link
|
2018-03-04 00:07:38 +01:00
|
|
|
browse-kill-ring
|
|
|
|
cargo
|
2019-12-14 13:47:07 +01:00
|
|
|
clojure-mode
|
2020-02-26 16:20:41 +01:00
|
|
|
cmake-mode
|
2018-10-10 11:21:15 +02:00
|
|
|
counsel
|
|
|
|
counsel-notmuch
|
2018-03-04 00:07:38 +01:00
|
|
|
dash-functional
|
2019-12-14 13:47:07 +01:00
|
|
|
direnv
|
2018-03-04 00:07:38 +01:00
|
|
|
dockerfile-mode
|
2020-03-29 23:30:47 +02:00
|
|
|
eglot
|
2018-07-14 16:18:21 +02:00
|
|
|
elixir-mode
|
2019-01-30 10:14:50 +01:00
|
|
|
elm-mode
|
2019-12-14 13:47:07 +01:00
|
|
|
erlang
|
2020-03-29 23:30:47 +02:00
|
|
|
flymake
|
2020-01-19 20:35:27 +01:00
|
|
|
geiser
|
2018-03-04 00:07:38 +01:00
|
|
|
go-mode
|
|
|
|
gruber-darker-theme
|
|
|
|
haskell-mode
|
|
|
|
ht
|
2018-06-19 15:21:34 +02:00
|
|
|
hydra
|
2018-03-04 00:07:38 +01:00
|
|
|
idle-highlight-mode
|
2018-10-10 11:21:15 +02:00
|
|
|
intero
|
|
|
|
ivy
|
|
|
|
ivy-pass
|
|
|
|
ivy-prescient
|
2018-06-08 00:13:27 +02:00
|
|
|
jq-mode
|
2018-05-01 16:06:28 +02:00
|
|
|
kotlin-mode
|
2020-01-17 18:48:13 +01:00
|
|
|
lispy
|
2019-12-14 13:47:07 +01:00
|
|
|
lsp-mode
|
2018-03-04 00:07:38 +01:00
|
|
|
magit
|
2018-06-15 13:56:47 +02:00
|
|
|
markdown-toc
|
2018-03-04 00:07:38 +01:00
|
|
|
multi-term
|
|
|
|
multiple-cursors
|
2018-04-23 15:33:05 +02:00
|
|
|
nginx-mode
|
2018-10-10 11:21:15 +02:00
|
|
|
nix-mode
|
2019-12-16 12:38:22 +01:00
|
|
|
notmuch # this comes from pkgs.third_party
|
2020-03-09 00:16:44 +01:00
|
|
|
org-journal
|
|
|
|
org-ql
|
2018-03-04 00:07:38 +01:00
|
|
|
paredit
|
|
|
|
password-store
|
2018-05-01 16:06:28 +02:00
|
|
|
pg
|
2018-10-10 11:21:15 +02:00
|
|
|
prescient
|
2019-12-14 13:47:07 +01:00
|
|
|
racket-mode
|
2018-03-04 00:07:38 +01:00
|
|
|
rainbow-delimiters
|
2019-12-16 12:38:22 +01:00
|
|
|
refine
|
2019-12-17 00:55:12 +01:00
|
|
|
request
|
2020-01-17 18:48:13 +01:00
|
|
|
restclient
|
2019-12-14 13:47:07 +01:00
|
|
|
sly
|
2018-03-04 00:07:38 +01:00
|
|
|
string-edit
|
2018-10-10 11:21:15 +02:00
|
|
|
swiper
|
2019-12-19 15:48:22 +01:00
|
|
|
telega
|
2018-06-15 00:12:06 +02:00
|
|
|
telephone-line
|
2018-06-15 13:56:47 +02:00
|
|
|
terraform-mode
|
2018-03-17 21:47:27 +01:00
|
|
|
toml-mode
|
2019-12-14 13:47:07 +01:00
|
|
|
transient
|
2018-06-22 10:32:01 +02:00
|
|
|
use-package
|
2018-03-04 00:07:38 +01:00
|
|
|
uuidgen
|
2018-05-23 12:17:20 +02:00
|
|
|
web-mode
|
2018-06-06 23:32:55 +02:00
|
|
|
websocket
|
2019-12-14 13:47:07 +01:00
|
|
|
which-key
|
|
|
|
xelb
|
2018-05-01 16:06:28 +02:00
|
|
|
yaml-mode
|
2020-03-29 23:30:47 +02:00
|
|
|
yasnippet
|
2020-01-07 23:28:36 +01:00
|
|
|
|
|
|
|
(vterm.overrideAttrs(_: {
|
|
|
|
src = third_party.fetchFromGitHub{
|
|
|
|
owner = "akermu";
|
|
|
|
repo = "emacs-libvterm";
|
|
|
|
rev = "58b4cc40ee9872a08fc5cbfee78ad0e195a3306c";
|
|
|
|
sha256 = "1w5yfl8nq4k7xyldf0ivzv36vhz3dwdzk6q2vs3xwpx6ljy52px6";
|
|
|
|
};
|
|
|
|
}))
|
2018-03-04 01:53:41 +01:00
|
|
|
]) ++
|
|
|
|
|
2019-12-14 13:47:07 +01:00
|
|
|
# Custom packages
|
2020-02-21 13:47:29 +01:00
|
|
|
(with depot.tools.emacs-pkgs; [
|
2019-12-19 02:39:22 +01:00
|
|
|
carp-mode
|
2020-02-07 13:41:43 +01:00
|
|
|
exwmMaster
|
2019-12-19 02:39:22 +01:00
|
|
|
dottime
|
|
|
|
nix-util
|
|
|
|
term-switcher
|
2020-02-24 17:40:43 +01:00
|
|
|
|
|
|
|
# patched version of rcirc
|
|
|
|
depot.third_party.emacs.rcirc
|
2019-12-19 02:39:22 +01:00
|
|
|
]))));
|
2019-12-16 14:33:29 +01:00
|
|
|
in lib.fix(self: l: f: third_party.writeShellScriptBin "tazjins-emacs" ''
|
2019-12-19 15:48:22 +01:00
|
|
|
export PATH="${emacsBinPath}:$PATH"
|
2019-12-16 12:59:07 +01:00
|
|
|
exec ${tazjinsEmacs f}/bin/emacs \
|
2019-12-14 16:25:04 +01:00
|
|
|
--debug-init \
|
|
|
|
--no-site-file \
|
|
|
|
--no-site-lisp \
|
|
|
|
--no-init-file \
|
2019-12-16 14:33:29 +01:00
|
|
|
--directory ${./config} ${if l != null then "--directory ${l}" else ""} \
|
2019-12-15 23:14:31 +01:00
|
|
|
--eval "(require 'init)" $@
|
2019-12-16 14:33:29 +01:00
|
|
|
'' // {
|
|
|
|
# Call overrideEmacs with a function (pkgs -> pkgs) to modify the
|
|
|
|
# packages that should be included in this Emacs distribution.
|
|
|
|
overrideEmacs = f': self l f';
|
|
|
|
|
|
|
|
# Call withLocalConfig with the path to a *folder* containing a
|
|
|
|
# `local.el` which provides local system configuration.
|
|
|
|
withLocalConfig = confDir: self confDir f;
|
2019-12-17 00:55:23 +01:00
|
|
|
|
|
|
|
# Build a derivation that uses the specified local Emacs (i.e.
|
|
|
|
# built outside of Nix) instead
|
|
|
|
withLocalEmacs = emacsBin: third_party.writeShellScriptBin "tazjins-emacs" ''
|
2019-12-19 15:48:22 +01:00
|
|
|
export PATH="${emacsBinPath}:$PATH"
|
2019-12-17 01:36:34 +01:00
|
|
|
export EMACSLOADPATH="${(tazjinsEmacs f).deps}/share/emacs/site-lisp:"
|
2019-12-17 00:55:23 +01:00
|
|
|
exec ${emacsBin} \
|
|
|
|
--debug-init \
|
|
|
|
--no-site-file \
|
2019-12-17 01:36:34 +01:00
|
|
|
--no-site-lisp \
|
2019-12-17 00:55:23 +01:00
|
|
|
--no-init-file \
|
2019-12-17 01:36:34 +01:00
|
|
|
--directory ${./config} \
|
|
|
|
${if l != null then "--directory ${l}" else ""} \
|
2019-12-17 00:55:23 +01:00
|
|
|
--eval "(require 'init)" $@
|
|
|
|
'';
|
2019-12-16 14:33:29 +01:00
|
|
|
}) null identity
|