about summary refs log tree commit diff
path: root/modules/workstation/emacs
Commit message (Collapse)AuthorAge
...
* modules/emacs: install yaml-modeAlyssa Ross2021-03-20
|
* modules/emacs: add binding for magit-process-killAlyssa Ross2021-03-20
|
* modules/emacs: install typescript-modeAlyssa Ross2021-03-16
|
* modules/emacs: sign outgoing mail by defaultAlyssa Ross2021-03-15
|
* modules/emacs: additionally encrypt mail to senderAlyssa Ross2021-03-15
| | | | Otherwise, mail will be generated that I can't read, only the recipient!
* modules/emacs: instal mutt-modeAlyssa Ross2021-03-15
|
* modules/emacs: add missing auto-mode-alist escapeAlyssa Ross2021-03-15
|
* modules/emacs: install passAlyssa Ross2021-03-15
|
* modules/emacs: install graphql-modeAlyssa Ross2021-02-25
|
* modules/emacs: set rust-analyzer "use" styleAlyssa Ross2021-02-25
|
* modules/emacs: don't globally define eglot bindingsAlyssa Ross2021-02-25
| | | | | There's no need for these to be global, when they can easily be enabled only when eglot is.
* modules/emacs: bind C-c e a to eglot-code-actionsAlyssa Ross2021-02-17
|
* modules/emacs: bind C-c e r to eglot-renameAlyssa Ross2021-02-17
|
* modules/emacs: use function refs for keybindingsAlyssa Ross2021-02-17
|
* modules/emacs: install editorconfigAlyssa Ross2021-02-11
|
* modules/emacs: install lua-modeAlyssa Ross2021-02-11
|
* modules/emacs: install jam-modeAlyssa Ross2021-02-11
|
* modules/emacs: improve eglot-highlight-symbol-faceAlyssa Ross2021-02-11
|
* modules/emacs: sign mail with the right keyAlyssa Ross2021-01-25
| | | | | | Without this, Emacs would ask which key to use, since I have machine-specific signing keys as well (that shouldn't be used for signing mail).
* modules/emacs: add browse-url-nixpkgsAlyssa Ross2021-01-25
|
* modules/home: removeAlyssa Ross2021-01-13
| | | | | | | | | | I think when I implemented this I didn't know about tmpfiles.d(5). Now I do, so let's use that instead. I don't think the imperativeNix option is necessary any more since the home directory is created read-only, but if it turns out that .nix-defexpr and .nix-profile are coming back, I can look into the best way to solve that then.
* modules/emacs: same window when clicking in diredAlyssa Ross2021-01-12
|
* modules/emacs: install gnuplot-modeAlyssa Ross2021-01-12
|
* modules/emacs: back up to $XDG_DATA_HOMEAlyssa Ross2021-01-12
|
* modules/emacs: make ediff stay within one frameAlyssa Ross2021-01-12
|
* overlays/patches: switch to emacs-overlay for pgtkAlyssa Ross2021-01-06
| | | | | nixpkgs-wayland has removed Emacs in later versions in favour of emacs-overlay.
* modules/emacs: set frame title formatAlyssa Ross2021-01-06
|
* modules/emacs: install haskell-modeAlyssa Ross2021-01-06
|
* modules/emacs: keep man buffers in single windowAlyssa Ross2020-12-11
|
* modules/emacs: set up with-editorAlyssa Ross2020-12-09
|
* modules/emacs: unbind M-DEL in diff-modeAlyssa Ross2020-12-09
|
* modules/emacs: use toml-mode for Cargo.lockAlyssa Ross2020-12-06
|
* patches/emacs: async-shell-command comint terminfoAlyssa Ross2020-12-04
|
* modules/emacs: set TERM in comint modeAlyssa Ross2020-12-04
| | | | | This will mean some programs like git and cargo produce coloured output in async-shell-command.
* modules/emacs: bind rust-check to C-c c cAlyssa Ross2020-12-04
|
* modules/emacs: eglot: prefer rust-analyzer, clangdAlyssa Ross2020-12-04
|
* modules/emacs: install toml-modeAlyssa Ross2020-12-04
|
* modules/emacs: add Cargo keybindingsAlyssa Ross2020-12-04
|
* modules/emacs: install vala-modeAlyssa Ross2020-12-04
|
* modules/emacs: disable pager (except in term)Alyssa Ross2020-12-04
| | | | | | | | This will make git log and journalctl work properly in eshell or async-shell-command. Lexical binding is needed for enable-pager to capture the original PAGER value.
* modules/emacs: send mail with sendmailAlyssa Ross2020-11-26
|
* modules/emacs: install elpherAlyssa Ross2020-11-22
|
* modules/emacs: install groovy-modeAlyssa Ross2020-11-22
|
* modules/emacs: install csharp-modeAlyssa Ross2020-11-22
|
* modules/emacs: bind C-c r to revert-bufferAlyssa Ross2020-11-22
|
* modules/emacs: use nroff-mode for .tmac filesAlyssa Ross2020-11-22
|
* modules/emacs: fix color output under eshellAlyssa Ross2020-10-09
|
* modules/emacs: fix recent customisationsAlyssa Ross2020-10-09
| | | | | | | | | I need to remember to start up a fresh Emacs and everything looks okay after changing init.el. Both of these don't work if they're evaluated too early, and dired-listing-switches wasn't being interpreted as a variable reference, but as a stringp.
* modules/emacs: don't hardcode home directoryAlyssa Ross2020-10-09
|
* modules/emacs: install zig-modeAlyssa Ross2020-10-09
|