From f197b35369c638bae98f5e1bf3b9cec3f388771b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 3 Feb 2019 08:25:42 +0100 Subject: [PATCH] Configure the org-sticky-header package It looks really nice; also, it helps knowing where i am standing in the tree. --- configuration.org | 10 ++++++++++ customizations.el | 1 + 2 files changed, 11 insertions(+) diff --git a/configuration.org b/configuration.org index ec2bd97..c1b928c 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 72c55ed..db0b60b 100644 --- a/customizations.el +++ b/customizations.el @@ -155,6 +155,7 @@ org-random-todo org-ref org-rtm + org-sticky-header origami pacfiles-mode package-build