Update help defaults and README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
1
init.el
1
init.el
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user