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))
|
||||
#+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
|
||||
|
@ -155,6 +155,7 @@
|
||||
org-random-todo
|
||||
org-ref
|
||||
org-rtm
|
||||
org-sticky-header
|
||||
origami
|
||||
pacfiles-mode
|
||||
package-build
|
||||
|
Loading…
Reference in New Issue
Block a user