Emacs : avy multi-buffer🍔

This commit is contained in:
2022-06-24 17:09:35 +09:00
parent 27c59ca7a1
commit c7c94d79b6

View File

@ -162,7 +162,10 @@ same directory as the org-buffer and insert a link to this file."
;; - Rainbow delimiter mode for programming.
;; --------------------------------------------------------------------------------------------
(add-hook 'verilog-mode-hook #'rainbow-delimiters-mode)
;; --------------------------------------------------------------------------------------------
;; Avy multi-buffer
;; --------------------------------------------------------------------------------------------
(setq! avy-all-windows t)
;; --------------------------------------------------------------------------------------------
;; - Org Mode
;; --------------------------------------------------------------------------------------------