nit: revise and reformat code comments

This commit is contained in:
Henrik Lissner 2021-08-04 01:31:48 -04:00
parent 2467729035
commit 045ea7460d
5 changed files with 22 additions and 15 deletions

View file

@ -456,6 +456,9 @@ files, so this replace calls to `pp' with the much faster `prin1'."
;; Creates a jump point before killing a buffer. This allows you to undo
;; killing a buffer easily (only works with file buffers though; it's not
;; possible to resurrect special buffers).
;;
;; I'm not advising `kill-buffer' because I only want this to affect
;; interactively killed buffers.
(advice-add #'kill-current-buffer :around #'doom-set-jump-a)
;; Create a jump point before jumping with imenu.