Disable open *messages* when click on minibuffer.
This commit is contained in:
parent
cf059895f9
commit
a27d677716
@ -36,5 +36,8 @@
|
|||||||
;; Meta atajos (atajos de atajos)
|
;; Meta atajos (atajos de atajos)
|
||||||
;;(global-set-key (kbd "C-c l d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea
|
;;(global-set-key (kbd "C-c l d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea
|
||||||
|
|
||||||
|
;; Deactivar el abrir *messages* al cliquear en el minibuffer
|
||||||
|
(define-key minibuffer-inactive-mode-map [mouse-1] #'ignore)
|
||||||
|
|
||||||
(provide 'base-keys)
|
(provide 'base-keys)
|
||||||
;;; base-keys.el ends here
|
;;; base-keys.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user