home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 83191323b09c170de977585043fa899488c894c9
parent 4fd736497e54bd9dd8fb3d2104bbf7400486c90f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 27 Jun 2022 17:27:40 +0200

tools/emacs: add popper

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

Diffstat:
Mtools/emacs/config/config-buffers.el | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Musers/vincent/dev/emacs.nix | 1+
2 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-buffers.el b/tools/emacs/config/config-buffers.el @@ -3,6 +3,68 @@ ;;; Buffer related configurations ;;; Code: +(use-package popper + :commands (popper-mode) + :bind ((("C-`" . popper-toggle-latest) + ("M-`" . popper-cycle) + ("C-M-`" . popper-toggle-type))) + :init + (setq popper-reference-buffers + '("\\*Messages\\*" + "Output\\*$" "\\*Pp Eval Output\\*$" + "\\*Compile-Log\\*" + "\\*Completions\\*" + "\\*Warnings\\*" + "\\*Async Shell Command\\*" + "\\*Apropos\\*" + "\\*Backtrace\\*" + "\\*Calendar\\*" + "\\*Embark Actions\\*" + "\\*Finder\\*" + "\\*Kill Ring\\*" + + bookmark-bmenu-mode + comint-mode + compilation-mode + help-mode helpful-mode + tabulated-list-mode + Buffer-menu-mode + + gnus-article-mode devdocs-mode + grep-mode occur-mode rg-mode deadgrep-mode ag-mode pt-mode + ivy-occur-mode ivy-occur-grep-mode + process-menu-mode list-environment-mode cargo-process-mode + youdao-dictionary-mode osx-dictionary-mode fanyi-mode + + "^\\*eshell.*\\*.*$" eshell-mode + "^\\*shell.*\\*.*$" shell-mode + "^\\*terminal.*\\*.*$" term-mode + "^\\*vterm.*\\*.*$" vterm-mode + + "\\*DAP Templates\\*$" dap-server-log-mode + "\\*ELP Profiling Restuls\\*" profiler-report-mode + "\\*Flycheck errors\\*$" " \\*Flycheck checker\\*$" + "\\*Paradox Report\\*$" "\\*package update results\\*$" "\\*Package-Lint\\*$" + "\\*[Wo]*Man.*\\*$" + "\\*ert\\*$" overseer-buffer-mode + "\\*gud-debug\\*$" + "\\*lsp-help\\*$" "\\*lsp session\\*$" + "\\*quickrun\\*$" + "\\*tldr\\*$" + "\\*vc-.*\\*$" + "^\\*elfeed-entry\\*$" + "^\\*macro expansion\\**" + + "\\*Agenda Commands\\*" "\\*Org Select\\*" "\\*Capture\\*" "^CAPTURE-.*\\.org*" + "\\*Gofmt Errors\\*$" "\\*Go Test\\*$" godoc-mode + "\\*docker-containers\\*" "\\*docker-images\\*" "\\*docker-networks\\*" "\\*docker-volumes\\*" + "\\*prolog\\*" inferior-python-mode inf-ruby-mode swift-repl-mode + "\\*rustfmt\\*$" rustic-compilation-mode rustic-cargo-clippy-mode + rustic-cargo-outdated-mode rustic-cargo-test-moed)) + (setq popper-group-function #'popper-group-by-project) + :config + (popper-echo-mode 1)) + (use-package emacs :unless noninteractive :config diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix @@ -110,6 +110,7 @@ let ox-pandoc pandoc-mode pdf-tools + popper pkgs.bookmark-plus rainbow-delimiters rainbow-mode