-(use-feature help
- :defer t
- :config
- (temp-buffer-resize-mode)
- (setq help-window-select t))
-
-(progn ; `isearch'
- (setq isearch-allow-scroll t))
-
-(use-feature lisp-mode
- :config
- (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
- (add-hook 'emacs-lisp-mode-hook 'reveal-mode)
- (defun indent-spaces-mode ()
- (setq indent-tabs-mode nil))
- (add-hook 'lisp-interaction-mode-hook #'indent-spaces-mode))