Enable outline minor mode in xref buffers
This commit is contained in:
parent
63bf27a480
commit
4b38bd331b
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
:bind (("C-z" . nil)
|
||||
("C-z i" . (lambda () (interactive) (find-file user-init-file)))
|
||||
("C-z f" . ffap))
|
||||
:hook ((after-save . executable-make-buffer-file-executable-if-script-p))
|
||||
:hook ((after-save . executable-make-buffer-file-executable-if-script-p)
|
||||
(xref-after-update . outline-minor-mode))
|
||||
:config
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
(display-time-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue