From 53db9402916822e673b3b49fcba26537e2416b59 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 20 Jan 2021 11:08:00 +0800 Subject: More QoL changes * basic.el (auto-fill-function): Hide auto-fill-function from the mode line. (auto-revert-mode): Hide auto-revert-mode from the mode line. * common.el (durand-hide-minor-mode): Use a simple macro to facilitate hiding. * elisp.el (eldoc-mode): Use a macro to hide instead. * eww-conf.el (eww-bookmarks-directory): Start Configuring EWW. * init.el ("durand-simple"): My simple utilities. ("search-conf.el"): Configuring searching. * search-conf.el (search-whitespace-regexp): White space as wild cards (isearch-lax-whitespace): as above (isearch-lazy-count): Count the matches (isearch-allow-scroll): Scrolling while searching (durand-search-replace-symbol): For quick refactoring * text-conf.el (assq): Hide using the macro instead. --- text-conf.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'text-conf.el') diff --git a/text-conf.el b/text-conf.el index 46d8fa3..1fe9696 100644 --- a/text-conf.el +++ b/text-conf.el @@ -2,11 +2,6 @@ (require 'text-mode) -;;; Hide auto-fill mode in the mode line. - -; The original value is " Fill" -(setcdr (assq 'auto-fill-function minor-mode-alist) (list "")) - ;;;###autoload (defvar insert-section-heading-history nil "The history of inserted section heading strings") -- cgit v1.2.3-18-g5258