]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Add some missing packages to package-selected-packages
authorEshel Yaron <eshel@dazz.io>
Sun, 19 Jun 2022 16:32:23 +0000 (19:32 +0300)
committerEshel Yaron <eshel@dazz.io>
Sun, 19 Jun 2022 16:32:23 +0000 (19:32 +0300)
.emacs.d/esy.org

index 5caabd19aeb0fe17fc1d12f5a87bdad9a69fadb9..827e6892eca2f7f5c3d02ffde4004be877acae34 100644 (file)
@@ -150,10 +150,11 @@ For further information about Elisp headers, see [[info:elisp#Library
           gnu-elpa-keyring-update gnuplot gnuplot-mode go-mode
           graphviz-dot-mode highlight-escape-sequences htmlize
           ialign keyfreq keycast iedit lin list-unicode-display
-          lorem-ipsum magit marginalia markdown-mode move-dup
-          no-littering ns-auto-titlebar ob-prolog orderless paredit
-          pdf-tools rainbow-delimiters rg slack smtpmail-multi tramp
-          typit vterm vundo which-key whitespace-cleanup-mode yaml-mode))
+          logos lorem-ipsum magit marginalia markdown-mode move-dup
+          no-littering ns-auto-titlebar ob-prolog olivetti orderless
+          org-modern paredit pdf-tools rainbow-delimiters rg slack
+          smtpmail-multi tramp typit vterm vundo which-key
+          whitespace-cleanup-mode yaml-mode))
 
   (package-install-selected-packages)
 #+end_src
@@ -1146,7 +1147,7 @@ does in the shell.
     (setq read-extended-command-predicate #'command-completion-default-include-p
           completions-format 'one-column
           completion-auto-select nil
-          completion-styles '(basic orderless)
+          completion-styles '(orderless partial-completion basic)
           completion-show-help nil
           completions-header-format (propertize "%s candidates:\n"
                                                 'face 'shadow)