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))
#+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 status on the fringe

View File

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