mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Comment cleanup
This commit is contained in:
@ -63,8 +63,8 @@
|
|||||||
(after! help-mode
|
(after! help-mode
|
||||||
;; Following links in help buffers sometimes uses itself or other-window
|
;; Following links in help buffers sometimes uses itself or other-window
|
||||||
;; (annoying!). It should only replace the buffer we opened the popup from. To
|
;; (annoying!). It should only replace the buffer we opened the popup from. To
|
||||||
;; fix this these three button types need to be redefined to stow away the
|
;; fix this these three button types need to be redefined so that the right
|
||||||
;; popups then follow the link from the last buffer, using `doom/popup-save'.
|
;; window is in focus before the link is followed.
|
||||||
(define-button-type 'help-function-def
|
(define-button-type 'help-function-def
|
||||||
:supertype 'help-xref
|
:supertype 'help-xref
|
||||||
'help-function (lambda (fun file)
|
'help-function (lambda (fun file)
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
;; doom:... An ex command
|
;; doom:... An ex command
|
||||||
;; doom|... A hook
|
;; doom|... A hook
|
||||||
;; doom*... An advising function
|
;; doom*... An advising function
|
||||||
;; doom.... Custom prefix commands
|
|
||||||
;; ...! Macro, shortcut alias or subst defun
|
;; ...! Macro, shortcut alias or subst defun
|
||||||
|
;; @... Autoloaded interactive lambda macro for keybinds
|
||||||
;;
|
;;
|
||||||
;;; Autoloaded functions are in {core,modules}/defuns/defuns-*.el
|
;;; Autoloaded functions are in {core,modules}/defuns/defuns-*.el
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user