Start of myfeed, minor package changes

This commit is contained in:
2026-03-20 11:18:00 +09:00
parent 34b25f2352
commit 685743ec83
4 changed files with 127 additions and 19 deletions

View File

@@ -12,6 +12,11 @@
:defer nil
:config (direnv-mode))
;; Sometimes, one must use multiple terminals.
(use-package multi-vterm
:ensure t
:defer t)
;; Setting this to true makes it so that Emacs saves existing clipboard text
;; into kill ring before replacing it.
(setq save-interprogram-paste-before-kill t)