diff options
author | jao <jao@gnu.org> | 2021-05-10 00:35:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-10 00:35:22 +0100 |
commit | 6a2e0a4a303471eecc876029fedd03984a800b0d (patch) | |
tree | 23dec071c54e93a5cf6752eb6d6e1df81d331170 | |
parent | 45d0402daf089e825aa08b85bdab77e1a95f22c5 (diff) | |
download | elibs-6a2e0a4a303471eecc876029fedd03984a800b0d.tar.gz elibs-6a2e0a4a303471eecc876029fedd03984a800b0d.tar.bz2 |
nits
-rw-r--r-- | attic/misc.org | 13 | ||||
-rw-r--r-- | gnus.org | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/attic/misc.org b/attic/misc.org index cb98a99..d9d1aaa 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -100,23 +100,24 @@ #+end_src * corfu and dabbrev - #+begin_src emacs-lisp :load no + #+begin_src emacs-lisp (jao-load-path "corfu") (use-package corfu - + :commands (corfu-mode) :init (setq corfu-cycle t corfu-excluded-modes '(clojure-mode) tab-always-indent 'complete) :config + (corfu-global-mode) + (use-package dabbrev - ;; Swap M-/ and C-M-/ - :bind (("M-/" . dabbrev-completion) - ("C-M-/" . dabbrev-expand))) + ;; Swap M-/ and C-M-/ + :bind (("M-/" . dabbrev-completion) + ("C-M-/" . dabbrev-expand))) :bind (:map corfu-map ("TAB" . corfu-next) ("S-TAB" . corfu-previous))) - #+end_src @@ -420,7 +420,7 @@ (gcc-self . nil) (auto-expire . t) (total-expire . t) - (expiry-wait . 3) + (expiry-wait . 365) (expiry-target . delete)) ("^nnimap:feeds/podcasts" (auto-expire . nil) |