Fix typo imalison:gpc-key -> imalison:gpg-key

Thanks @simplyianm.
This commit is contained in:
Ivan Malison 2016-06-20 11:51:24 -07:00
parent c70a9897e8
commit f8ec571425

View File

@ -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.