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:
parent
e7683a46af
commit
f197b35369
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user