Created
February 7, 2021 13:54
-
-
Save wyuenho/36fa5909e6c09a6ee940904faa24d40e to your computer and use it in GitHub Desktop.
icomplete-vertical#21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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