summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 4 insertions, 4 deletions
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)