Compare commits

..

No commits in common. "cad0239cc92b4e26adb9d60f9fbc35f6c0c64a17" and "e47bad56d208792291bdce15b0c7933dc4cc8aec" have entirely different histories.

6 changed files with 1 additions and 9 deletions

View file

@ -89,6 +89,4 @@
# It is ok to leave this unchanged for compatibility purposes
system.stateVersion = "22.11";
news.display = "silent";
}

View file

@ -179,6 +179,4 @@
BROWSER = userSettings.browser;
};
news.display = "silent";
}

View file

@ -63,6 +63,4 @@
EDITOR = userSettings.editor;
};
news.display = "silent";
}

View file

@ -1447,7 +1447,6 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
(map! :leader
:desc "Projectile grep"
"/" #'projectile-grep)
(put 'projectile-grep 'disabled nil)
;;;-- projectile wrapper commands ;;;--
(require 'sudo-edit)

View file

@ -1680,7 +1680,6 @@ I don't have this active right now since it's kinda weird with pgtk...
(map! :leader
:desc "Projectile grep"
"/" #'projectile-grep)
(put 'projectile-grep 'disabled nil)
#+END_SRC
** sudo-edit

View file

@ -16,7 +16,7 @@ in
{
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
enableCompletion = true;
shellAliases = myAliases;