Move eval-expression-print-{length,level} from core.el to core-eval.el
This commit is contained in:
parent
9c61d57f6f
commit
11f751d2fb
2 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,10 @@
|
||||||
;; + Simple code navigation (using `dump-jump' and `imenu-list')
|
;; + Simple code navigation (using `dump-jump' and `imenu-list')
|
||||||
;; + A universal tags config (WIP)
|
;; + A universal tags config (WIP)
|
||||||
|
|
||||||
|
;; remove annoying ellipsis when printing sexp in message buffer
|
||||||
|
(setq eval-expression-print-length nil
|
||||||
|
eval-expression-print-level nil)
|
||||||
|
|
||||||
(use-package quickrun
|
(use-package quickrun
|
||||||
:commands (quickrun
|
:commands (quickrun
|
||||||
quickrun-region
|
quickrun-region
|
||||||
|
|
|
@ -43,10 +43,7 @@
|
||||||
ring-bell-function 'ignore ; silence of the bells!
|
ring-bell-function 'ignore ; silence of the bells!
|
||||||
save-interprogram-paste-before-kill nil
|
save-interprogram-paste-before-kill nil
|
||||||
sentence-end-double-space nil
|
sentence-end-double-space nil
|
||||||
|
confirm-nonexistent-file-or-buffer nil
|
||||||
;; remove annoying ellipsis when printing sexp in message buffer
|
|
||||||
eval-expression-print-length nil
|
|
||||||
eval-expression-print-level nil
|
|
||||||
|
|
||||||
;; http://ergoemacs.org/emacs/emacs_stop_cursor_enter_prompt.html
|
;; http://ergoemacs.org/emacs/emacs_stop_cursor_enter_prompt.html
|
||||||
minibuffer-prompt-properties
|
minibuffer-prompt-properties
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue