From 6a2e0a4a303471eecc876029fedd03984a800b0d Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 10 May 2021 00:35:22 +0100 Subject: nits --- attic/misc.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'attic') 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 -- cgit v1.2.3