emacs: adjust breadcrumb separators
This commit is contained in:
parent
d81bff7f40
commit
c211615562
1 changed files with 2 additions and 2 deletions
|
@ -244,8 +244,8 @@ One will be created if none exist."
|
|||
|
||||
;; breadcrumbs
|
||||
(package-install 'breadcrumb)
|
||||
(setq breadcrumb-project-crumb-separator " "
|
||||
breadcrumb-imenu-crumb-separator " ")
|
||||
(setq breadcrumb-project-crumb-separator " ] "
|
||||
breadcrumb-imenu-crumb-separator " > ")
|
||||
(add-hook 'prog-mode-hook #'(lambda ()
|
||||
(setq header-line-format '(
|
||||
" " (:eval (breadcrumb-project-crumbs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue