mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-11 01:18:39 +00:00
Stop using emacs at all
This commit is contained in:
11
home.nix
11
home.nix
@@ -38,11 +38,6 @@
|
||||
pkgs.ripgrep
|
||||
];
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsGcc;
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
shell = "\${pkgs.zsh}/bin/zsh";
|
||||
};
|
||||
@@ -128,6 +123,12 @@ let g:syntastic_check_on_wq = 0''; }
|
||||
|
||||
home.file.".config/youtube-dl/config".source = ./youtube-dl.conf;
|
||||
|
||||
#programs.emacs = {
|
||||
# enable = true;
|
||||
# package = pkgs.emacsGcc;
|
||||
#};
|
||||
|
||||
|
||||
#home.file.".emacs.d" = {
|
||||
# # don't make the directory read only so that impure melpa can still happen
|
||||
# # for now
|
||||
|
Reference in New Issue
Block a user