mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 08:32:39 +02:00
fix: gitignore - do not ignore 'core/' dir & 'core.nix'
This commit is contained in:
@@ -5,3 +5,5 @@ result/
|
|||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
logs/
|
logs/
|
||||||
core*
|
core*
|
||||||
|
!core/
|
||||||
|
!core.nix
|
||||||
|
|||||||
@@ -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
|
# https://github.com/hlissner/dotfiles/blob/master/modules/editors/emacs.nix
|
||||||
#
|
#
|
||||||
# Emacs Tutorials:
|
# Emacs Tutorials:
|
||||||
@@ -20,7 +20,7 @@ with lib; let
|
|||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
e = "emacsclient --create-frame"; # gui
|
e = "emacsclient --create-frame"; # gui
|
||||||
et = "emacsclient --create-frame --tty"; # termimal
|
et = "emacsclient --create-frame --tty"; # terminal
|
||||||
};
|
};
|
||||||
librime-dir = "${config.xdg.dataHome}/emacs/librime";
|
librime-dir = "${config.xdg.dataHome}/emacs/librime";
|
||||||
parinfer-rust-lib-dir = "${config.xdg.dataHome}/emacs/parinfer-rust";
|
parinfer-rust-lib-dir = "${config.xdg.dataHome}/emacs/parinfer-rust";
|
||||||
|
|||||||
Reference in New Issue
Block a user