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 = {
|
shellAliases = {
|
||||||
emacs = "emacs -nw";
|
emacs = "emacs -nw";
|
||||||
|
estart = "systemctl --user start emacs";
|
||||||
|
estop = "systemctl --user stop emacs";
|
||||||
|
erestart = "systemctl --user restart emacs";
|
||||||
|
ec = "emacsclient -nw";
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
tl = "tmux list-sessions";
|
tl = "tmux list-sessions";
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ local function init()
|
||||||
ignore_install = {},
|
ignore_install = {},
|
||||||
ensure_installed = {},
|
ensure_installed = {},
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = false },
|
||||||
modules = {},
|
modules = {},
|
||||||
rainbow = { enable = true },
|
rainbow = { enable = true },
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue