Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dfe893a0
Commit
dfe893a0
authored
May 20, 1994
by
Noah Friedman
Browse files
Enable resize-minibuffer-mode when this file is loaded.
parent
73aa9704
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/rsz-mini.el
lisp/rsz-mini.el
+3
-0
No files found.
lisp/rsz-mini.el
View file @
dfe893a0
...
...
@@ -7,6 +7,7 @@
;;; Maintainer: friedman@prep.ai.mit.edu
;;; Keywords: minibuffer, window, frame, display
;;; Status: Known to work in FSF GNU Emacs 19.23.
;;; $Id$
;; This file is part of GNU Emacs.
...
...
@@ -50,6 +51,7 @@
;;; (autoload 'resize-minibuffer-mode "rsz-mini" nil t)
;;;
;;; Invoking the command `resize-minibuffer-mode' will then enable this mode.
;;; Simply loading this file will enable resize-minibuffer-mode.
;;; Code:
...
...
@@ -196,5 +198,6 @@ respectively."
(
provide
'rsz-mini
)
(
add-hook
'minibuffer-setup-hook
'resize-minibuffer-setup
)
(
resize-minibuffer-mode
)
;; rsz-mini.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment