improve emacs
This commit is contained in:
@@ -44,8 +44,8 @@
|
|||||||
|
|
||||||
# === SEARCH AND FILE UTILITIES ===
|
# === SEARCH AND FILE UTILITIES ===
|
||||||
rg # Ripgrep searcher integration for fast text search
|
rg # Ripgrep searcher integration for fast text search
|
||||||
diredfl
|
diredfl # Enhanced font-locking for dired mode
|
||||||
dired-ranger
|
dired-ranger # File operations with copy/move/paste semantics
|
||||||
|
|
||||||
# === TEXT COMPLETION AND PRODUCTIVITY ===
|
# === TEXT COMPLETION AND PRODUCTIVITY ===
|
||||||
company # Text completion framework
|
company # Text completion framework
|
||||||
@@ -112,13 +112,14 @@
|
|||||||
mermaid-ts-mode # Mermaid diagram syntax with tree-sitter
|
mermaid-ts-mode # Mermaid diagram syntax with tree-sitter
|
||||||
scala-ts-mode # Scala with tree-sitter (alternative to scala-mode)
|
scala-ts-mode # Scala with tree-sitter (alternative to scala-mode)
|
||||||
swift-ts-mode # Swift programming with tree-sitter
|
swift-ts-mode # Swift programming with tree-sitter
|
||||||
|
|
||||||
#frame-cmds
|
|
||||||
#frame-fns
|
|
||||||
#sourcepair
|
|
||||||
#zoom-frm
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = builtins.readFile ./emacs/custom.el;
|
extraConfig = builtins.readFile ./emacs/custom.el;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# System packages required by various emacs packages
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Search and file utilities
|
||||||
|
ripgrep # Required for rg package
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user