diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.config/emacs/init.el | 36 | ||||
| -rw-r--r-- | emacs/.config/emacs/shared/elpaca-lock.el | 5 |
2 files changed, 41 insertions, 0 deletions
diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index 69dc9d1..ac10cd5 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el | |||
| @@ -377,6 +377,42 @@ | |||
| 377 | ;; TODO: Do some proper setup | 377 | ;; TODO: Do some proper setup |
| 378 | :ensure t) | 378 | :ensure t) |
| 379 | 379 | ||
| 380 | (use-package popper | ||
| 381 | :ensure t | ||
| 382 | :defer nil | ||
| 383 | :bind (("C-`" . popper-toggle) | ||
| 384 | ("M-`" . popper-cycle) | ||
| 385 | ("C-M-`" . popper-toggle-type)) | ||
| 386 | :custom | ||
| 387 | (popper-reference-buffers | ||
| 388 | '("\\*Messages\\*" | ||
| 389 | "\\*Warnings\\*" | ||
| 390 | "\\*compilation\\*" | ||
| 391 | "\\*Compile-Log\\*" | ||
| 392 | "Output\\*$" | ||
| 393 | "\\*helpful" | ||
| 394 | "\\*Async Shell Command\\*" | ||
| 395 | "\\*eldoc\\*" | ||
| 396 | "\\*sly-description\\*" | ||
| 397 | help-mode | ||
| 398 | compilation-mode | ||
| 399 | magit-process-mode | ||
| 400 | "^\\*eshell-popup.*\\*" | ||
| 401 | "\\*vterm-popup\\*" | ||
| 402 | "^\\*.*-eshell.*\\*" | ||
| 403 | "^\\*eat-popup.*\\*" | ||
| 404 | "\\*direnv\\*" | ||
| 405 | "\\*ielm\\*" | ||
| 406 | "\\*pkgdev\\*" | ||
| 407 | "\\*elfeed-log\\*" | ||
| 408 | "\\*Flymake diagnostics.*\\*" | ||
| 409 | "\\*Async-native-compile-log\\*" | ||
| 410 | "\\*TeX Help\\*" | ||
| 411 | "\\*Embark Collect Live\\*")) | ||
| 412 | :config | ||
| 413 | (popper-mode +1) | ||
| 414 | (popper-echo-mode +1)) | ||
| 415 | |||
| 380 | (use-package simple | 416 | (use-package simple |
| 381 | :ensure nil | 417 | :ensure nil |
| 382 | :hook ((text-mode . turn-on-auto-fill) | 418 | :hook ((text-mode . turn-on-auto-fill) |
diff --git a/emacs/.config/emacs/shared/elpaca-lock.el b/emacs/.config/emacs/shared/elpaca-lock.el index 3f589f5..5920d7e 100644 --- a/emacs/.config/emacs/shared/elpaca-lock.el +++ b/emacs/.config/emacs/shared/elpaca-lock.el | |||
| @@ -265,6 +265,11 @@ | |||
| 265 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "40b8abed3079771e060dd99a56703520dabf5be4")) | 265 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "40b8abed3079771e060dd99a56703520dabf5be4")) |
| 266 | (pico8-mode :source "elpaca-menu-lock-file" :recipe | 266 | (pico8-mode :source "elpaca-menu-lock-file" :recipe |
| 267 | (:source nil :protocol https :inherit t :depth treeless :host github :repo "Kaali/pico8-mode" :package "pico8-mode" :ref "e276c65352f294679af62148df41f36dac744426")) | 267 | (:source nil :protocol https :inherit t :depth treeless :host github :repo "Kaali/pico8-mode" :package "pico8-mode" :ref "e276c65352f294679af62148df41f36dac744426")) |
| 268 | (popper :source "elpaca-menu-lock-file" :recipe | ||
| 269 | (:package "popper" :fetcher github :repo "karthink/popper" :files | ||
| 270 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 271 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 272 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "49f4904480cf4ca5c6db83fcfa9e6ea8d4567d96")) | ||
| 268 | (posframe :source "elpaca-menu-lock-file" :recipe | 273 | (posframe :source "elpaca-menu-lock-file" :recipe |
| 269 | (:package "posframe" :fetcher github :repo "tumashu/posframe" :files | 274 | (:package "posframe" :fetcher github :repo "tumashu/posframe" :files |
| 270 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 275 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |