home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6936dace1c039ffa57bdf2765c3315d6d7e45190
parent 93e4bc160a37b17797941eaeff79500906df9410
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 24 Dec 2019 19:50:40 +0100

emacs.nix: more package cleaning

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/emacs.nix | 13+++++++++++--
Mmodules/profiles/zsh.nix | 10+++++-----
2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/modules/profiles/emacs.nix b/modules/profiles/emacs.nix @@ -62,6 +62,8 @@ in dired-collapse dired-git-info dired-quick-sort + dired-narrow + dired-rsync direnv dockerfile-mode easy-kill @@ -84,6 +86,7 @@ in iedit ivy ivy-hydra + ivy-prescient ivy-rich json-mode markdown-mode @@ -105,6 +108,7 @@ in pandoc-mode pinentry # popup + prescient projectile projectile-ripgrep # pdf-tools @@ -113,8 +117,6 @@ in rainbow-mode region-bindings-mode ripgrep - scratch - shackle #smart-jump solaire-mode try @@ -128,14 +130,19 @@ in yasnippet yaml-mode ] ++ (with melpaPackages; [ + anzu company-lsp + company-prescient + darkroom doom-themes eshell-prompt-extras esh-autosuggest fish-completion + flyspell-correct-ivy forge go-mode hide-mode-line + ivy-posframe lsp-mode lsp-ui magit @@ -148,6 +155,8 @@ in nix-buffer nix-mode org-super-agenda + org-tree-slide + shr-tag-pre-highlight smartparens symbol-overlay undo-tree diff --git a/modules/profiles/zsh.nix b/modules/profiles/zsh.nix @@ -108,11 +108,11 @@ in source $HOME/${config.programs.zsh.dotDir}/completion.zsh source $HOME/${config.programs.zsh.dotDir}/plugins/powerlevel10k/powerlevel10k.zsh-theme source $HOME/${config.programs.zsh.dotDir}/prompt.zsh - if [ -n "$INSIDE_EMACS" ]; then - chpwd() { print -P "\033AnSiTc %d" } - print -P "\033AnSiTu %n" - print -P "\033AnSiTc %d" - fi + #if [ -n "$INSIDE_EMACS" ]; then + # chpwd() { print -P "\033AnSiTc %d" } + # print -P "\033AnSiTu %n" + # print -P "\033AnSiTc %d" + #fi if [[ "$TERM" == "dumb" || "$TERM" == "emacs" ]] then TERM=eterm-color