mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
Enable emacs
This commit is contained in:
parent
ab6609319a
commit
1d09fd1a19
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# https://docs.doomemacs.org/latest/modules/term/vterm/
|
||||
#
|
||||
# Sadly, this doesn't work yet. This is the blocker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue