From f8ec5714252389fab0f49150488969ed83abeeaa Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 20 Jun 2016 11:51:24 -0700 Subject: [PATCH] Fix typo imalison:gpc-key -> imalison:gpg-key Thanks @simplyianm. --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 591317e9..fab26012 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -362,7 +362,7 @@ The packages in this section provide no functionality on their own, but provide (defvar imalison:projects-directory (imalison:join-paths "~" "Projects")) - (defvar imalison:gpc-key) + (defvar imalison:gpg-key) #+END_SRC ** Flatten imenu indexes I like my imenu indexes flat so I don't have to press enter multiple times to find what I'm looking for. The functions that follow allow me to get this behavior out of functions that provide a nested imenu index.