From c4e176092e29c23750ec04a6d489ab90b7e11367 Mon Sep 17 00:00:00 2001 From: Yutian Li Date: Tue, 17 Apr 2018 20:58:28 -0700 Subject: [PATCH] [develop] Fix links. --- modules/ui/doom-modeline/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/doom-modeline/README.org b/modules/ui/doom-modeline/README.org index fcb8f4685..28590ef8f 100644 --- a/modules/ui/doom-modeline/README.org +++ b/modules/ui/doom-modeline/README.org @@ -37,8 +37,8 @@ Some might want my modeline without the DOOM config altogether. I've tried to ma + Replace ~def-package!~ calls with ~use-package~. + Replace ~doom-project-root~ calls with ~projectile-project-root~. + The ~+doom-modeline--make-xpm~ function is memoized with the ~def-memoized!~ macro. Change ~def-memoized!~ to ~defun~. -+ Copy the ~add-hook!~ macro definition from [[/master/core/core-lib.el][core/core-lib.el]]. -+ Copy the following macros and functions from [[/master/core/core-ui.el][core/core-ui.el]]: ++ Copy the ~add-hook!~ macro definition from [[/core/core-lib.el][core/core-lib.el]]. ++ Copy the following macros and functions from [[/core/core-ui.el][core/core-ui.el]]: + ~def-modeline-segment!~ + ~def-modeline!~ + ~doom--prepare-modeline-segments~