fix: gitignore - do not ignore 'core/' dir & 'core.nix'

This commit is contained in:
Ryan Yin
2024-09-16 12:41:01 +08:00
parent 498d76d803
commit 5895d7c97d
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@ result/
.pre-commit-config.yaml
logs/
core*
!core/
!core.nix

View File

@@ -1,5 +1,5 @@
# ==============================================
# Based on doomemacs's auther's config:
# Based on doomemacs's author's config:
# https://github.com/hlissner/dotfiles/blob/master/modules/editors/emacs.nix
#
# Emacs Tutorials:
@@ -20,7 +20,7 @@ with lib; let
'';
shellAliases = {
e = "emacsclient --create-frame"; # gui
et = "emacsclient --create-frame --tty"; # termimal
et = "emacsclient --create-frame --tty"; # terminal
};
librime-dir = "${config.xdg.dataHome}/emacs/librime";
parinfer-rust-lib-dir = "${config.xdg.dataHome}/emacs/parinfer-rust";