set imenu max item length to 300
This commit is contained in:
parent
8d385de598
commit
b556553ab8
@ -147,6 +147,8 @@
|
|||||||
|
|
||||||
(setq use-dialog-box nil)
|
(setq use-dialog-box nil)
|
||||||
|
|
||||||
|
(setq imenu-max-item-length 300)
|
||||||
|
|
||||||
(defadvice yes-or-no-p (around prevent-dialog activate)
|
(defadvice yes-or-no-p (around prevent-dialog activate)
|
||||||
"Prevent yes-or-no-p from activating a dialog"
|
"Prevent yes-or-no-p from activating a dialog"
|
||||||
(let ((use-dialog-box nil))
|
(let ((use-dialog-box nil))
|
||||||
|
Loading…
Reference in New Issue
Block a user