From 0427ce2e0a569baead9ace17fe45c2526b1741a6 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 25 Oct 2021 16:05:10 +0100 Subject: wee tweaks --- init.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index ff51dc3..2043a56 100644 --- a/init.org +++ b/init.org @@ -405,7 +405,8 @@ * Help system *** Help buffers #+begin_src emacs-lisp - (setq help-window-select nil) + (setq help-window-select t + help-link-key-to-documentation t) #+end_src *** eldoc #+begin_src emacs-lisp @@ -448,8 +449,7 @@ (setq jao-exwm-enabled-p t) (display-time-mode -1) (exwm-enable) - (jao-trisect t) - (jao-minibuffer-adjust-mode-line-faces)) + (jao-trisect t)) #+end_src *** sway When starting emacs inside a sway session, we use ~-f @@ -2269,7 +2269,7 @@ (message "Symbol not bound: %S" symbol))))) (t (message "No symbol at point")))) - (use-package emacs-lisp + (use-package elisp-mode :bind (:map emacs-lisp-mode-map (("C-c C-m" . elisp-macroexpand) ("C-c C-M" . elisp-macroexpand-all) -- cgit v1.2.3