mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
xref history should be window-specific
This commit is contained in:
parent
d6b512821f
commit
0ab4494bd0
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
(setq backup-directory-alist `(("." . ,(concat user-emacs-directory "backups"))))
|
||||
|
||||
(setq xref-history-storage #'xref-window-local-history)
|
||||
|
||||
(setq use-dialog-box nil)
|
||||
|
||||
;; Don't fricken suspend emacs
|
||||
|
|
|
|||
Loading…
Reference in a new issue