Start of myfeed, minor package changes
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
:defer nil
|
||||
:config (direnv-mode))
|
||||
|
||||
;; Sometimes, one must use multiple terminals.
|
||||
(use-package multi-vterm
|
||||
:ensure t
|
||||
:defer t)
|
||||
|
||||
;; Setting this to true makes it so that Emacs saves existing clipboard text
|
||||
;; into kill ring before replacing it.
|
||||
(setq save-interprogram-paste-before-kill t)
|
||||
|
||||
@@ -167,9 +167,11 @@
|
||||
(setq icomplete-max-delay-chars 0)
|
||||
(setq icomplete-scroll t)
|
||||
|
||||
(keymap-set icomplete-minibuffer-map "TAB" 'icomplete-force-complete)
|
||||
(keymap-set icomplete-minibuffer-map "RET" 'icomplete-force-complete-and-exit)
|
||||
(keymap-set icomplete-minibuffer-map "C-<return>" 'icomplete-fido-exit)
|
||||
|
||||
(setq completion-styles '(initials flex basic partial-completion emacs22))
|
||||
(setq completion-styles '(basic partial-completion initials flex emacs22))
|
||||
(setq completion-auto-select t) ;; Show completion on first call
|
||||
(setq completion-auto-help 'visible) ;; Display *Completions* upon first request
|
||||
(setq completions-format 'one-column) ;; Use only one column
|
||||
|
||||
Reference in New Issue
Block a user