summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-29 10:19:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-29 12:55:45 -0700
commitb81fb3a8f7d91552c52f9b4d3ce5b5d6e8613ba3 (patch)
tree383b1cfdfbadb4f162fc724b21e95d57e1fc5fd5
parent06438c547a61dd238a2da63168d5f098b413944a (diff)
downloaddotfiles-b81fb3a8f7d91552c52f9b4d3ce5b5d6e8613ba3.tar.gz
fix comment level
-rw-r--r--.emacs.d/init.el26
1 files changed, 13 insertions, 13 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index dd56ceee..9c75eaee 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1211,19 +1211,19 @@ To be used only when it seems to be necessary."
'category)
'file))
-;; Most common actions are to select the top completion in the way that
-;; `icomplete-fido-ret' does, and to exit with the current input. So these
-;; two get single keypresses, TAB and RET. We tweak the former such that RET
-;; is required to exit with input which has no matches. This helps avoid
-;; creating bogus buffers, file-visiting or otherwise, when I mistype.
-;;
-;; Choose RET for exiting with current input because then RET behaves the
-;; same in `read-string' and `completing-read'. This makes completion less
-;; obtrusive given how some commands provide completion even when they are
-;; mostly used to enter arbitrary strings (e.g. `notmuch-search').
-;;
-;; Don't resettle the previous occupant of <TAB>, `minibuffer-complete',
-;; because an `icomplete-mode' user hardly uses it.
+;;; Most common actions are to select the top completion in the way that
+;;; `icomplete-fido-ret' does, and to exit with the current input. So these
+;;; two get single keypresses, TAB and RET. We tweak the former such that RET
+;;; is required to exit with input which has no matches. This helps avoid
+;;; creating bogus buffers, file-visiting or otherwise, when I mistype.
+;;;
+;;; Choose RET for exiting with current input because then RET behaves the
+;;; same in `read-string' and `completing-read'. This makes completion less
+;;; obtrusive given how some commands provide completion even when they are
+;;; mostly used to enter arbitrary strings (e.g. `notmuch-search').
+;;;
+;;; Don't resettle the previous occupant of <TAB>, `minibuffer-complete',
+;;; because an `icomplete-mode' user hardly uses it.
;; This is something like a reimplementation of `icomplete-fido-ret'.
(defun spw/icomplete-tab ()