Configure the org-sticky-header package

It looks really nice; also, it helps knowing where i am standing in the tree.
This commit is contained in:
Gergely Polonkai 2019-02-03 08:25:42 +01:00
parent e7683a46af
commit f197b35369
2 changed files with 11 additions and 0 deletions

View File

@ -2786,6 +2786,16 @@ Best,
(org-msg-mode)) (org-msg-mode))
#+END_SRC #+END_SRC
** Sticky headers so i always know where i am
#+BEGIN_SRC emacs-lisp
(use-package org-sticky-header
:config
(customize-set-variable 'org-sticky-header-full-path 'full)
:hook
(org-mode . org-sticky-header-mode))
#+END_SRC
* Git & Co. * Git & Co.
** Git status on the fringe ** Git status on the fringe

View File

@ -155,6 +155,7 @@
org-random-todo org-random-todo
org-ref org-ref
org-rtm org-rtm
org-sticky-header
origami origami
pacfiles-mode pacfiles-mode
package-build package-build