Skip to content

Commit

Permalink
fix: gitignore - do not ignore 'core/' dir & 'core.nix'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Sep 16, 2024
1 parent 498d76d commit 5895d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ result/
.pre-commit-config.yaml
logs/
core*
!core/
!core.nix
4 changes: 2 additions & 2 deletions home/base/tui/editors/emacs/default.nix
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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";
Expand Down

0 comments on commit 5895d7c

Please sign in to comment.