Emacs: Ignore ivy-completion with s-<return>.

This commit is contained in:
tastytea 2019-12-23 03:50:56 +01:00
parent 7275c6930e
commit 8a57dfc62f

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-11-24T17:46:41+00:00>
;; Time-stamp: <2019-12-23T00:13:17+00:00>
;;; Commentary:
;; * treemacs
@ -53,6 +53,7 @@
(:map ivy-minibuffer-map
("M-<up>" . ivy-previous-history-element)
("M-<down>" . ivy-next-history-element)
("S-<return>" . ivy-immediate-done) ; Ignore completion.
)
)