Compare commits
2 Commits
4496811df1
...
cfc2551e6f
Author | SHA1 | Date | |
---|---|---|---|
cfc2551e6f | |||
835b797117 |
@ -1062,10 +1062,6 @@ associate [[info:elisp#Key Sequences][key sequences (info)]] with commands:
|
||||
;; GAV: Bypass paging in `which-key-mode'.
|
||||
(setopt max-mini-window-height 20)
|
||||
(which-key-setup-minibuffer)
|
||||
;; GAV: See commit 768e92b9c0214a2aa1be2afbee48c455583d3110 and
|
||||
;; https://lists.gnu.org/archive/html/help-gnu-emacs/2024-06/msg00130.html
|
||||
(setopt which-key-mode nil
|
||||
which-key-dont-use-unicode t) ; Force proper option setting.
|
||||
#+end_src
|
||||
|
||||
** [[https://github.com/michael-heerdegen/interaction-log.el#readme][Interaction-log]]
|
||||
@ -4440,6 +4436,9 @@ access the [[https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs][bug-gnu-emacs
|
||||
|
||||
(add-to-list 'safe-local-eval-forms '(bug-reference-mode +1))
|
||||
(put 'bug-reference-mode 'safe-local-variable 'booleanp)
|
||||
|
||||
;; (info "(emacs) Goto Address mode")
|
||||
(add-hook 'emacs-lisp-mode-hook #'goto-address-mode)
|
||||
#+end_src
|
||||
|
||||
*** [[http://yummymelon.com/devnull/writing-better-elisp-docstrings.html][Writing Better Elisp Docstrings]]
|
||||
|
Loading…
Reference in New Issue
Block a user