Skip to content

Instantly share code, notes, and snippets.

@wyuenho
Created February 7, 2021 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wyuenho/36fa5909e6c09a6ee940904faa24d40e to your computer and use it in GitHub Desktop.
Save wyuenho/36fa5909e6c09a6ee940904faa24d40e to your computer and use it in GitHub Desktop.
icomplete-vertical#21
(toggle-debug-on-error)
(package-initialize)
(custom-set-variables
'(icomplete-mode t)
'(icomplete-vertical-mode t)
'(package-archives
'(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "https://melpa.org/packages/")))
'(package-selected-packages
'(icomplete-vertical use-package)))
(package-refresh-contents)
(package-install 'icomplete-vertical t)
(package-activate 'icomplete-vertical)
(package-install 'use-package t)
(package-activate 'use-package)
(use-package icomplete-vertical)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment