Update help defaults and README

This commit is contained in:
James Cherti
2025-02-10 15:15:59 -05:00
parent 7eabe7fc38
commit b33a1fef32
2 changed files with 4 additions and 0 deletions

View File

@@ -734,6 +734,9 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read
;; Hide warnings and display only errors ;; Hide warnings and display only errors
(setq warning-minimum-level :error) (setq warning-minimum-level :error)
;; Display of line numbers in the buffer:
;; (display-line-numbers-mode 1)
(use-package which-key (use-package which-key
:ensure nil ; builtin :ensure nil ; builtin
:defer t :defer t

View File

@@ -469,6 +469,7 @@
(setq help-enable-completion-autoload nil) (setq help-enable-completion-autoload nil)
(setq help-enable-autoload nil) (setq help-enable-autoload nil)
(setq help-enable-symbol-autoload nil) (setq help-enable-symbol-autoload nil)
(setq help-window-select t)
;;; Eglot ;;; Eglot