summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-10-25 16:05:10 +0100
committerjao <jao@gnu.org>2021-10-25 16:05:10 +0100
commit0427ce2e0a569baead9ace17fe45c2526b1741a6 (patch)
treefecd203b3722365f57627cbd4cd01804d4633ac7 /init.org
parent821fa0818e7120f4fe94102fe3a79153beb1acf0 (diff)
downloadelibs-0427ce2e0a569baead9ace17fe45c2526b1741a6.tar.gz
elibs-0427ce2e0a569baead9ace17fe45c2526b1741a6.tar.bz2
wee tweaks
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)