From 82d3a1fcc5c36a48b2a404536f89e1d80c48d999 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 17 Jan 2021 21:38:38 +0800 Subject: Tweak more things. * basic.el (recenter-positions): In effect nothing changed. (prot-pulse-line): Puling the line. (pulse): Useful built-in library. (durand-pulse-pulse-line): My own tweak. (durand-pulse-recenter-top): Recenter and pulse. * init.el (prepare-in-hook-once): Make it interactive. (global-map): Add Org-mode bindings. ("durand-chercher-pdf"): Search PDFs quickly. * modeline.el (modeline-format-left): Remove the vertical bar. * org-conf.el (org-adapt-indentation) (org-modules) (org-hide-emphasis-markers) (org-hide-macro-markers) (org-hide-leading-stars): Steal some configurations from Protesilaos. (global-map) (org-mode-map): Add Org-mode bindings. (durand-pulse-pulse-line): (org-follow-link-hook): Pulse and recenter when following the link. --- modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modeline.el') diff --git a/modeline.el b/modeline.el index cb0df77..62e4781 100644 --- a/modeline.el +++ b/modeline.el @@ -28,7 +28,7 @@ (defun modeline-format-left () "The left mode line format." (concat - (modeline-format-bar) + ;; (modeline-format-bar) (modeline-spc) (modeline-format-buffer-status) (modeline-spc) -- cgit v1.2.3-18-g5258