commit 74647cc86253f8aa0a2a40b2fd4917c6f53ec68a from: Omar Polo date: Wed Apr 06 07:33:17 2022 UTC drop marginalia for emacs' 28.1 `completions-detailed' commit - 472975b7d2c1b524ba03db8c29550ef1acb947a3 commit + 74647cc86253f8aa0a2a40b2fd4917c6f53ec68a blob - 7c201faae72110d149eedced6a73e20fe5b82909 blob + c2597b3dca5fd4bffea68687399ec6de03f99cc6 --- emacs/init.el +++ emacs/init.el @@ -257,7 +257,7 @@ ;; packages that i want to be installed (dolist (pkg '(vc-got pdf-tools eglot nameless sly cider go-mode web-mode lua-mode markdown-mode yaml-mode gemini-mode elfeed - form-feed shackle embark consult mct marginalia puni)) + form-feed shackle embark consult mct puni)) (unless (package-installed-p pkg) (message "Installing %s" pkg) (package-install pkg))) @@ -290,7 +290,7 @@ do (define-key global-map (kbd key) func)) (add-hook 'completion-list-mode-hook #'consult-preview-at-point-mode) -(marginalia-mode +1) +(setq completions-detailed t) (mct-minibuffer-mode +1) (mct-region-mode +1)