Emacs things.
This commit is contained in:
parent
c11376bc26
commit
f9592f2f94
3 changed files with 7 additions and 3 deletions
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
shellAliases = {
|
||||
emacs = "emacs -nw";
|
||||
estart = "systemctl --user start emacs";
|
||||
estop = "systemctl --user stop emacs";
|
||||
erestart = "systemctl --user restart emacs";
|
||||
ec = "emacsclient -nw";
|
||||
vi = "nvim";
|
||||
vim = "nvim";
|
||||
tl = "tmux list-sessions";
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ local function init()
|
|||
ignore_install = {},
|
||||
ensure_installed = {},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
indent = { enable = false },
|
||||
modules = {},
|
||||
rainbow = { enable = true },
|
||||
sync_install = false,
|
||||
|
|
|
|||
4
x
4
x
|
|
@ -4,8 +4,8 @@ function switch() {
|
|||
home-manager switch --flake .#$1
|
||||
}
|
||||
|
||||
if [[ -n $1 ]]; then
|
||||
if [[ -n $1 ]]; then
|
||||
switch $1
|
||||
else
|
||||
switch default
|
||||
switch default
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue